Stub out StartSleepSequence

This commit is contained in:
niansa 2024-03-09 17:06:00 +01:00 committed by JuanCStar
parent 2a148c7699
commit 796ca02437

View file

@ -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();
}