citra/src/network
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
..
CMakeLists.txt CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
network.cpp log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
network.h Implement basic virtual Room support based on enet (#2803) 2017-07-07 15:34:15 -04:00
packet.cpp packet: Simplify operator bool overload 2017-11-28 21:00:24 -05:00
packet.h Added missing parts in libnetwork (#2838) 2017-08-19 11:14:33 -06:00
room_member.cpp More minor issue fixes 2018-04-19 10:28:19 -06:00
room_member.h citra_qt: retranslate status bar 2018-07-24 19:20:00 +08:00
room.cpp reformat all files with clang-format 2018-06-29 16:56:12 +03:00
room.h NWM_UDS: use sizeof(<var being used>) instead of hard-coded type (#4093) 2018-08-12 22:47:48 +02:00