apm: Add apm:am service

8.0.0+ identical version of apm
This commit is contained in:
Zach Hilman
2019-06-28 22:44:30 -04:00
parent 65eb9cbb28
commit 9175b00e7d
2 changed files with 9 additions and 11 deletions

View File

@ -8,11 +8,6 @@
namespace Service::APM {
enum class PerformanceMode : u8 {
Handheld = 0,
Docked = 1,
};
class Module final {
public:
Module();
@ -20,6 +15,6 @@ public:
};
/// Registers all AM services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager);
void InstallInterfaces(Core::System& system);
} // namespace Service::APM