Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change a PanicAlert to OSD message.
  • Loading branch information
RachelBryk committed Dec 23, 2013
1 parent 42217fb commit 04b87e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/Movie.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit 04b87e1

Please sign in to comment.