SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.

This commit is contained in:
Fernando Sahmkow 2020-03-20 12:36:01 -04:00
parent f2ade343e2
commit 87c49aa7be
3 changed files with 20 additions and 5 deletions

View file

@ -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) {