snes-unhook 64bit until it works

This commit is contained in:
zeromus 2012-12-26 21:30:29 +00:00
parent 42e473b7a8
commit e5a65ba60e
1 changed files with 4 additions and 2 deletions
BizHawk.MultiClient

View File

@ -376,8 +376,10 @@ namespace BizHawk.MultiClient
if (SNES_prepared.ContainsKey(profile)) return;
string bits = "32";
if (Win32.Is64BitOperatingSystem)
bits = "64";
//disabled til it works
//if (Win32.Is64BitOperatingSystem)
// bits = "64";
string exename = "libsneshawk-" + bits + "-" + profile.ToLower() + ".exe";