mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-06 18:09:02 -06: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