summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-09-20 07:16:08 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-09-20 07:16:08 +0200
commit583137709fafa3fca02a445556ff229f54c4d288 (patch)
tree8b4e3f56641fc0d17bdf1f1e314e35f0bc873e90 /src/core
parentImplemented NTC & IEnsureNetworkClockAvailabilityService (diff)
downloadyuzu-583137709fafa3fca02a445556ff229f54c4d288.tar
yuzu-583137709fafa3fca02a445556ff229f54c4d288.tar.gz
yuzu-583137709fafa3fca02a445556ff229f54c4d288.tar.bz2
yuzu-583137709fafa3fca02a445556ff229f54c4d288.tar.lz
yuzu-583137709fafa3fca02a445556ff229f54c4d288.tar.xz
yuzu-583137709fafa3fca02a445556ff229f54c4d288.tar.zst
yuzu-583137709fafa3fca02a445556ff229f54c4d288.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/nim/nim.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp
index 44d929c9a..c1737defa 100644
--- a/src/core/hle/service/nim/nim.cpp
+++ b/src/core/hle/service/nim/nim.cpp
@@ -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");