mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-13 13:56:32 -05:00
Core: Improve error message on empty dff
This also lets us remove the comment, which is now unnecessary.
This commit is contained in:
@@ -431,8 +431,7 @@ static void FifoPlayerThread(Core::System& system, const std::optional<std::stri
|
||||
}
|
||||
else
|
||||
{
|
||||
// FIFO log does not contain any frames, cannot continue.
|
||||
PanicAlertFmt("FIFO file is invalid, cannot playback.");
|
||||
PanicAlertFmt("FIFO file doesn't contain any frame, cannot playback.");
|
||||
system.GetFifoPlayer().Close();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user