diff options
Diffstat (limited to 'src/core/hle/kernel/svc.cpp')
| -rw-r--r-- | src/core/hle/kernel/svc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp index 36e9c48f9..f08745226 100644 --- a/src/core/hle/kernel/svc.cpp +++ b/src/core/hle/kernel/svc.cpp | |||
| @@ -342,7 +342,7 @@ static ResultCode SendSyncRequest(Core::System& system, Handle handle) { | |||
| 342 | thread->InvokeHLECallback(SharedFrom(thread)); | 342 | thread->InvokeHLECallback(SharedFrom(thread)); |
| 343 | } | 343 | } |
| 344 | 344 | ||
| 345 | return RESULT_SUCCESS; | 345 | return thread->GetSignalingResult(); |
| 346 | } | 346 | } |
| 347 | 347 | ||
| 348 | static ResultCode SendSyncRequest32(Core::System& system, Handle handle) { | 348 | static ResultCode SendSyncRequest32(Core::System& system, Handle handle) { |