From 7ad74832e693c70c6def2e658b85ecd62fa51bcb Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Tue, 31 May 2016 08:51:44 +1200 Subject: [PATCH] Revert "Undo the addition of a translatable string during the string freeze" --- Source/Core/Core/FifoPlayer/FifoPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/FifoPlayer/FifoPlayer.cpp b/Source/Core/Core/FifoPlayer/FifoPlayer.cpp index 41ad65c7cd..7e9522a6b8 100644 --- a/Source/Core/Core/FifoPlayer/FifoPlayer.cpp +++ b/Source/Core/Core/FifoPlayer/FifoPlayer.cpp @@ -84,7 +84,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. - PanicAlert("Cannot SingleStep the FIFO. Use Frame Advance instead."); + PanicAlertT("Cannot SingleStep the FIFO. Use Frame Advance instead."); } const char* GetName() override { return "FifoPlayer"; }