forked from suyu/suyu
Stub out StartSleepSequence
This commit is contained in:
parent
3075d74067
commit
aaff9411ec
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue