Restore startup asm version check (accidentally commented out in previous commit)
This commit is contained in:
parent
2009b24adb
commit
ec66447c20
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue