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 8c4006dd05
commit 81677c61fb
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) {