mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-04 02:16:31 -05: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