Core: Improve error message on empty dff

This also lets us remove the comment, which is now unnecessary.
This commit is contained in:
Link Mauve
2026-09-03 11:50:21 +02:00
parent a1e636d72c
commit cdb1744994

View File

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