citra/src/core/hle/service/nwm
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
..
nwm.cpp Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm.h Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_cec.cpp Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_cec.h Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_ext.cpp Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_ext.h Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_inf.cpp Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_inf.h Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_sap.cpp Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_sap.h Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_soc.cpp Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_soc.h Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_tst.cpp Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_tst.h Service/NWM: convert to ServiceFramwework 2018-06-22 17:14:23 +03:00
nwm_uds.cpp NWM_UDS: use sizeof(<var being used>) instead of hard-coded type (#4093) 2018-08-12 22:47:48 +02:00
nwm_uds.h NWM_UDS: More of wwyleles comments 2018-02-15 23:00:32 +01:00
uds_beacon.cpp NWM_UDS: Convert to service framework 2018-02-15 22:48:27 +01:00
uds_beacon.h NWM_UDS: Convert to service framework 2018-02-15 22:48:27 +01:00
uds_connection.cpp Services/UDS: Added a function to send EAPoL-Start packets (#2920) 2017-09-25 08:16:27 +02:00
uds_connection.h Services/UDS: Added a function to send EAPoL-Start packets (#2920) 2017-09-25 08:16:27 +02:00
uds_data.cpp log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
uds_data.h Service/UDS: Updated BeginHostingNetwork 2017-11-04 15:41:54 +01:00