mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 04:52:25 -07: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