mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-27 22:14:22 +08:00
SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.
This commit is contained in:
@@ -342,7 +342,7 @@ static ResultCode SendSyncRequest(Core::System& system, Handle handle) {
|
||||
thread->InvokeHLECallback(SharedFrom(thread));
|
||||
}
|
||||
|
||||
return RESULT_SUCCESS;
|
||||
return thread->GetSignalingResult();
|
||||
}
|
||||
|
||||
static ResultCode SendSyncRequest32(Core::System& system, Handle handle) {
|
||||
|
||||
Reference in New Issue
Block a user