diff options
| author | 2018-09-20 15:16:08 +1000 | |
|---|---|---|
| committer | 2018-09-20 15:16:08 +1000 | |
| commit | 583137709fafa3fca02a445556ff229f54c4d288 (patch) | |
| tree | 8b4e3f56641fc0d17bdf1f1e314e35f0bc873e90 /src | |
| parent | Implemented NTC & IEnsureNetworkClockAvailabilityService (diff) | |
| download | yuzu-583137709fafa3fca02a445556ff229f54c4d288.tar.gz yuzu-583137709fafa3fca02a445556ff229f54c4d288.tar.xz yuzu-583137709fafa3fca02a445556ff229f54c4d288.zip | |
Removed unneeded event clear
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/nim/nim.cpp | 1 |
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: | |||
| 145 | } | 145 | } |
| 146 | 146 | ||
| 147 | void GetResult(Kernel::HLERequestContext& ctx) { | 147 | void GetResult(Kernel::HLERequestContext& ctx) { |
| 148 | finished_event->Clear(); | ||
| 149 | IPC::ResponseBuilder rb{ctx, 2}; | 148 | IPC::ResponseBuilder rb{ctx, 2}; |
| 150 | rb.Push(RESULT_SUCCESS); | 149 | rb.Push(RESULT_SUCCESS); |
| 151 | LOG_DEBUG(Service_NIM, "called"); | 150 | LOG_DEBUG(Service_NIM, "called"); |