Undo the addition of a translatable string during the string freeze

This commit is contained in:
JosJuice 2016-05-30 22:41:08 +02:00
parent 0fa9233c1a
commit e5ffc91265
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public:
{ {
// NOTE: AdvanceFrame() will get stuck forever in Dual Core because the FIFO // NOTE: AdvanceFrame() will get stuck forever in Dual Core because the FIFO
// is disabled by CPU::EnableStepping(true) so the frame never gets displayed. // 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 const char* GetName() override