mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Change a PanicAlert to OSD message.
This commit is contained in:
@ -1216,7 +1216,7 @@ void CheckMD5()
|
||||
if (memcmp(gameMD5,MD5,16) == 0)
|
||||
Core::DisplayMessage("Checksum of current game matches the recorded game.", 2000);
|
||||
else
|
||||
PanicAlert("Checksum of current game does not match the recorded game!");
|
||||
Core::DisplayMessage("Checksum of current game does not match the recorded game!", 3000);
|
||||
}
|
||||
|
||||
void GetMD5()
|
||||
|
Reference in New Issue
Block a user