SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.
This commit is contained in:
parent
f2ade343e2
commit
87c49aa7be
3 changed files with 20 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue