mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 04:17:56 -05:00
hle: rename legacy errors to Results
This commit is contained in:
@ -176,7 +176,7 @@ Result ServiceFrameworkBase::HandleSyncRequest(Kernel::KServerSession& session,
|
||||
case IPC::CommandType::TIPC_Close: {
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(ResultSuccess);
|
||||
result = IPC::ERR_REMOTE_PROCESS_DEAD;
|
||||
result = IPC::ResultSessionClosed;
|
||||
break;
|
||||
}
|
||||
case IPC::CommandType::ControlWithContext:
|
||||
|
Reference in New Issue
Block a user