diff --git a/Source/Core/Core/IOS/IOS.cpp b/Source/Core/Core/IOS/IOS.cpp index ae56e0fe73..73b54c96b0 100644 --- a/Source/Core/Core/IOS/IOS.cpp +++ b/Source/Core/Core/IOS/IOS.cpp @@ -349,7 +349,7 @@ EmulationKernel::EmulationKernel(Core::System& system, u64 title_id) EmulationKernel::~EmulationKernel() { - Core::System::GetInstance().GetCoreTiming().RemoveAllEvents(s_event_enqueue); + m_system.GetCoreTiming().RemoveAllEvents(s_event_enqueue); m_device_map.clear(); m_socket_manager.reset();