citra/src/core/hle/service/nwm
Lioncash 1cb9bea504 kernel/shared_memory: Make data members private
Rather than allow unfettered access to the class internals, we hide all
members by default and create and API that other code can operate
against.
2018-11-23 16:20:18 +01: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 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 kernel/shared_memory: Make data members private 2018-11-23 16:20:18 +01:00
nwm_uds.h CoreTiming: wrap into class 2018-11-04 10:26:38 -05: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