From e5ffc91265a043e2e33a7498ddf8fb9a35c3dc4a Mon Sep 17 00:00:00 2001 From: JosJuice Date: Mon, 30 May 2016 22:41:08 +0200 Subject: [PATCH] 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 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