diff --git a/Source/Core/Core/FifoPlayer/FifoPlayer.cpp b/Source/Core/Core/FifoPlayer/FifoPlayer.cpp index a59861cde6..2d8eada9d4 100644 --- a/Source/Core/Core/FifoPlayer/FifoPlayer.cpp +++ b/Source/Core/Core/FifoPlayer/FifoPlayer.cpp @@ -95,7 +95,7 @@ public: { // NOTE: AdvanceFrame() will get stuck forever in Dual Core because the FIFO // is disabled by CPU::EnableStepping(true) so the frame never gets displayed. - PanicAlertT("Cannot SingleStep the FIFO. Use Frame Advance instead."); + PanicAlert("Cannot SingleStep the FIFO. Use Frame Advance instead."); } const char* GetName() override