2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Removed unneeded event clear

This commit is contained in:
David Marcec 2018-09-20 15:16:08 +10:00
parent 335e9d18ae
commit 583137709f

View file

@ -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");