citra/src/core/hle/service/nwm
Lioncash 21c71d21ae general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-07 15:14:29 +02: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 general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
nwm_uds.h cleanup includes 2019-03-26 10:50:41 -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