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;
|
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue