Revert "Undo the addition of a translatable string during the string freeze"

This commit is contained in:
Matthew Parlane 2016-05-31 08:51:44 +12:00 committed by Scott Mansell
parent 8ff9b299fb
commit 7ad74832e6
1 changed files with 1 additions and 1 deletions

View File

@ -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"; }