diff --git a/pcsx2/gui/Dialogs/GSDumpDialog.cpp b/pcsx2/gui/Dialogs/GSDumpDialog.cpp index 06e5fd8f40..f490a58028 100644 --- a/pcsx2/gui/Dialogs/GSDumpDialog.cpp +++ b/pcsx2/gui/Dialogs/GSDumpDialog.cpp @@ -787,7 +787,7 @@ void Dialogs::GSDumpDialog::ProcessDumpEvent(const GSDumpFile::GSData& event, u8 case GSType::ReadFIFO2: { std::unique_ptr arr(new u8[*((int*)event.data) * 16]); - GetMTGS().InitAndReadFIFO(arr.get(), *((int*)event.data)); + GSInitAndReadFIFO(arr.get(), *((int*)event.data)); break; } case GSType::Registers: