diff options
Diffstat (limited to 'src/core/hle/kernel/mutex.cpp')
| -rw-r--r-- | src/core/hle/kernel/mutex.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/mutex.cpp b/src/core/hle/kernel/mutex.cpp index f530217fd..6aa73df86 100644 --- a/src/core/hle/kernel/mutex.cpp +++ b/src/core/hle/kernel/mutex.cpp | |||
| @@ -94,6 +94,8 @@ void Mutex::Release() { | |||
| 94 | ResumeWaitingThread(this); | 94 | ResumeWaitingThread(this); |
| 95 | } | 95 | } |
| 96 | } | 96 | } |
| 97 | |||
| 98 | HLE::Reschedule(__func__); | ||
| 97 | } | 99 | } |
| 98 | 100 | ||
| 99 | } // namespace | 101 | } // namespace |