citra/src/core/hle/service/nwm
Weiyi Wang b163502744
Core: pass down Core::System reference to all services (#4272)
* Core: pass down Core::System reference to all services

This has to be done at once due to unified interface used by HLE/LLE switcher

* apt: eliminate Core::System::GetInstance

* gpu_gsp: eliminate Core::System::GetInstance in service

* hid: eliminate Core::System::GetInstance

* nwm: eliminate Core::System::GetInstance

* err_f: eliminate Core::System::GetInstance
2018-10-05 10:59:43 -04:00
..
nwm_cec.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_cec.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_ext.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_ext.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_inf.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_inf.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_sap.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_sap.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_soc.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_soc.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_tst.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_tst.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_uds.cpp Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
nwm_uds.h Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04: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 service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02: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