1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/service/apm
Lioncash da7be67daf ipc_helpers: Remove usage of the global system instance
Resolves numerous deprecation warnings throughout the codebase due to
inclusion of this header. Now building core should be significantly less
noisy (and also relying on less global state).

This also uncovered quite a few modules that were relying on indirect
includes, which have also been fixed.
2020-11-08 15:58:11 -05:00
..
apm.cpp ipc_helpers: Remove usage of the global system instance 2020-11-08 15:58:11 -05:00
apm.h apm: Add apm:am service 2019-06-28 22:44:30 -04:00
controller.cpp apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map 2019-10-17 16:13:14 -04:00
controller.h apm/controller: Make GetCurrentPerformanceMode() a const member function 2019-10-17 15:58:25 -04:00
interface.cpp apm: Implement SetCpuBoostMode 2019-06-28 22:46:00 -04:00
interface.h apm: Implement SetCpuBoostMode 2019-06-28 22:46:00 -04:00