mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-27 17:52:25 -07:00
Removed unneeded event clear
This commit is contained in:
@@ -145,7 +145,6 @@ private:
|
||||
}
|
||||
|
||||
void GetResult(Kernel::HLERequestContext& ctx) {
|
||||
finished_event->Clear();
|
||||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
LOG_DEBUG(Service_NIM, "called");
|
||||
|
Reference in New Issue
Block a user