citra/src/core/hle/service/nwm
Lioncash f8ab6e9247 nwm: Eliminate signed conversion warnings
While we're at it, we can also improve some of the allocations and
copying that would be going on in one case by preallocating and then
emplacing before modifying.
2020-06-05 20:52:28 -04:00
..
nwm_cec.cpp Serialize NWM service 2020-02-13 17:41:24 +08:00
nwm_cec.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
nwm_ext.cpp Serialize NWM service 2020-02-13 17:41:24 +08:00
nwm_ext.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
nwm_inf.cpp Serialize NWM service 2020-02-13 17:41:24 +08:00
nwm_inf.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
nwm_sap.cpp Serialize NWM service 2020-02-13 17:41:24 +08:00
nwm_sap.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
nwm_soc.cpp Serialize NWM service 2020-02-13 17:41:24 +08:00
nwm_soc.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
nwm_tst.cpp Serialize NWM service 2020-02-13 17:41:24 +08:00
nwm_tst.h Correct exports; add some file serialization; fix service base object serialization 2020-02-13 17:42:07 +08:00
nwm_uds.cpp nwm: Eliminate signed conversion warnings 2020-06-05 20:52:28 -04:00
nwm_uds.h Fixed serialization runtime exceptions 2020-02-13 17:42:08 +08:00
nwm.cpp Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
nwm.h Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
uds_beacon.cpp nwm: Eliminate signed conversion warnings 2020-06-05 20:52:28 -04:00
uds_beacon.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
uds_connection.cpp Merge pull request #4244 from wwylele/swap-enum 2018-10-04 14:51:49 -04:00
uds_connection.h Merge pull request #4244 from wwylele/swap-enum 2018-10-04 14:51:49 -04:00
uds_data.cpp Merge pull request #4244 from wwylele/swap-enum 2018-10-04 14:51:49 -04:00
uds_data.h Merge pull request #4244 from wwylele/swap-enum 2018-10-04 14:51:49 -04:00