Restore startup asm version check (accidentally commented out in previous commit)

This commit is contained in:
CasualPokePlayer 2025-02-23 19:29:43 -08:00
parent 2009b24adb
commit ec66447c20
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ namespace BizHawk.Client.EmuHawk
WinForms.Controls.ReflectionCache.AsmVersion,
}.Any(asmVer => asmVer != thisAsmVer))
{
//MessageBox.Show("One or more of the BizHawk.* assemblies have the wrong version!\n(Did you attempt to update by overwriting an existing install?)");
//return -1;
MessageBox.Show("One or more of the BizHawk.* assemblies have the wrong version!\n(Did you attempt to update by overwriting an existing install?)");
return -1;
}
string dllDir = null;