Bump duration of movie hash mismatch message

see also #2328
This commit is contained in:
Morilli 2024-10-06 20:58:27 +02:00
parent 0a61b2754d
commit c4a92bd0fb
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ namespace BizHawk.Client.EmuHawk
}
else if (MovieSession.Movie.Hash != Game.Hash)
{
AddOnScreenMessage("Warning: Movie hash does not match the ROM");
AddOnScreenMessage("Warning: Movie hash does not match the ROM", 5);
}
return !Emulator.IsNull();