mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Merge pull request #3874 from dolphin-emu/revert-3873-argh
Revert "Undo the addition of a translatable string during the string freeze"
This commit is contained in:
commit
f3e459091b
@ -85,7 +85,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.
|
||||||
PanicAlert("Cannot SingleStep the FIFO. Use Frame Advance instead.");
|
PanicAlertT("Cannot SingleStep the FIFO. Use Frame Advance instead.");
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* GetName() override { return "FifoPlayer"; }
|
const char* GetName() override { return "FifoPlayer"; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user