citra/src/core/hle/service/nwm
GPUCode cf9bb90ae3
code: Use std::span where appropriate (#6658)
* code: Use std::span when possible

* code: Prefix memcpy and memcmp with std::
2023-07-07 01:52:40 +03: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
nwm_cec.cpp Use IPC:MakeHeader instead of hardcoded raw values for IPC command tables. (#6453) 2023-04-27 22:31:03 -07: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 Use IPC:MakeHeader instead of hardcoded raw values for IPC command tables. (#6453) 2023-04-27 22:31:03 -07: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 Use IPC:MakeHeader instead of hardcoded raw values for IPC command tables. (#6453) 2023-04-27 22:31:03 -07: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 code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
nwm_uds.h code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
uds_beacon.cpp code: Cleanup and warning fixes from the Vulkan PR (#6163) 2022-11-04 23:32:57 +01:00
uds_beacon.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
uds_connection.cpp code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
uds_connection.h code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
uds_data.cpp code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
uds_data.h code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00