early-access version 2086

This commit is contained in:
pineappleEA
2021-09-26 23:58:49 +02:00
parent 3292ff67a9
commit 23e9c85afd
8 changed files with 45 additions and 3 deletions

View File

@@ -329,10 +329,10 @@ ISelfController::~ISelfController() = default;
void ISelfController::Exit(Kernel::HLERequestContext& ctx) {
LOG_DEBUG(Service_AM, "called");
system.Shutdown();
IPC::ResponseBuilder rb{ctx, 2};
rb.Push(ResultSuccess);
system.Exit();
}
void ISelfController::LockExit(Kernel::HLERequestContext& ctx) {