diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index 4e9c2ea268..111633ba3e 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -1068,7 +1068,7 @@ IApplicationFunctions::IApplicationFunctions() : ServiceFramework("IApplicationF auto& kernel = Core::System::GetInstance().Kernel(); gpu_error_detected_event = Kernel::WritableEvent::CreateEventPair( - kernel, Kernel::ResetType::Manual, "ISelfController:GpuErrorDetectedSystemEvent"); + kernel, Kernel::ResetType::Manual, "IApplicationFunctions:GpuErrorDetectedSystemEvent"); } IApplicationFunctions::~IApplicationFunctions() = default;