citra/src
Weiyi Wang 1b1439c6af NWM_UDS: use sizeof(<var being used>) instead of hard-coded type (#4093)
* NWM_UDS: use sizeof(<var being used>) instead of hard-coded type

Intend to fix #4090. 

` node_map.node.second` type was changed to `u16` in #3985. However the type change wasn't reflected here. Should have used variable name instead to automatically do type change

* NWM_UDS: ... and also the node.first one

* NWM_UDS: ... and here

* Network: bump version because we changed UDS packet layout

* Update nwm_uds.cpp
2018-08-12 22:47:48 +02:00
..
audio_core Merge pull request #3985 from BreadFish64/fix-warnings 2018-08-02 11:14:57 -06:00
citra input_common/udp: allow changing pad index 2018-08-11 13:23:10 +08:00
citra_qt input_common/udp: allow changing pad index 2018-08-11 13:23:10 +08:00
common Merge pull request #4073 from zhaowenlan1779/port-yuzu-988 2018-08-10 21:18:01 +01:00
core NWM_UDS: use sizeof(<var being used>) instead of hard-coded type (#4093) 2018-08-12 22:47:48 +02:00
dedicated_room
input_common input_common/udp: allow changing pad index 2018-08-11 13:23:10 +08:00
network NWM_UDS: use sizeof(<var being used>) instead of hard-coded type (#4093) 2018-08-12 22:47:48 +02:00
tests
video_core video_core: Allow changing background color while emulation is running 2018-08-04 15:11:51 +08:00
web_service reformat all files with clang-format 2018-06-29 16:56:12 +03:00
.clang-format
CMakeLists.txt