mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-13 05:46:05 -05:00
Merge pull request #14843 from linkmauve/better-dff-error-message
Core: Improve error message on empty dff
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