Skip to content
Snippets Groups Projects
Commit aaff9411 authored by niansa's avatar niansa Committed by JuanCStar
Browse files

Stub out StartSleepSequence

parent 3075d740
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,7 @@ IGlobalStateController::IGlobalStateController(Core::System& system_) ...@@ -34,8 +34,7 @@ IGlobalStateController::IGlobalStateController(Core::System& system_)
IGlobalStateController::~IGlobalStateController() = default; IGlobalStateController::~IGlobalStateController() = default;
Result IGlobalStateController::StartSleepSequence(u8 a) { Result IGlobalStateController::StartSleepSequence(u8 a) {
LOG_WARNING(Service_AM, "called, a={}", a); LOG_WARNING(Service_AM, "(STUBBED) called, a={}", a);
system.Pause();
R_SUCCEED(); R_SUCCEED();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment