citra/src/core/hle/service/nwm
SachinVin 41f13456c0
Chore: Enable warnings as errors on MSVC (#6456)
* tests: add Sanity test for SplitFilename83

fix test

fix test

* disable `C4715:not all control paths return a value` for nihstro includes

nihstro: no warn

* Chore: Enable warnings as errors on msvc + fix warnings

fixes

some more warnings

clang-format

* more fixes

* Externals: Add target_compile_options `/W0` nihstro-headers and ...

Revert "disable `C4715:not all control paths return a value` for nihstro includes"
This reverts commit 606d79b55d3044b744fb835025b8eb0f4ea5b757.

* src\citra\config.cpp: ReadSetting: simplify type casting

* settings.cpp: Get*Name: remove superflous logs
2023-05-01 22:38:58 +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 Chore: Enable warnings as errors on MSVC (#6456) 2023-05-01 22:38:58 +03:00
nwm_uds.h service/nwm_uds: Add NetworkStatusChangeReason (#5377) 2022-12-17 16:03:59 +01: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 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 Chore: Enable warnings as errors on MSVC (#6456) 2023-05-01 22:38:58 +03:00
uds_data.h Merge pull request #4244 from wwylele/swap-enum 2018-10-04 14:51:49 -04:00