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

Stub out StartSleepSequence

parent 2a148c76
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,7 @@ IGlobalStateController::IGlobalStateController(Core::System& system_)
IGlobalStateController::~IGlobalStateController() = default;
Result IGlobalStateController::StartSleepSequence(u8 a) {
LOG_WARNING(Service_AM, "called, a={}", a);
system.Pause();
LOG_WARNING(Service_AM, "(STUBBED) called, a={}", a);
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