Remove unneeded event clear

This commit is contained in:
mailwl
2019-09-03 17:52:18 +03:00
parent 37ee2b70e1
commit d02bfc9bd7

View File

@@ -1292,7 +1292,6 @@ void IApplicationFunctions::GetSaveDataSize(Kernel::HLERequestContext& ctx) {
void IApplicationFunctions::GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx) {
LOG_WARNING(Service_AM, "(STUBBED) called");
gpu_error_detected_event.writable->Clear();
IPC::ResponseBuilder rb{ctx, 2, 1};
rb.Push(RESULT_SUCCESS);