mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 08:48:32 -05:00
Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.
This commit is contained in:
@ -405,6 +405,7 @@ static Result DuplicateHandle(Handle* out, Handle handle) {
|
||||
/// Signals an event
|
||||
static Result SignalEvent(Handle evt) {
|
||||
LOG_TRACE(Kernel_SVC, "called event=0x%08X", evt);
|
||||
HLE::Reschedule(__func__);
|
||||
return Kernel::SignalEvent(evt).raw;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user