snes-unhook 64bit until it works
This commit is contained in:
parent
42e473b7a8
commit
e5a65ba60e
|
@ -376,8 +376,10 @@ namespace BizHawk.MultiClient
|
||||||
if (SNES_prepared.ContainsKey(profile)) return;
|
if (SNES_prepared.ContainsKey(profile)) return;
|
||||||
|
|
||||||
string bits = "32";
|
string bits = "32";
|
||||||
if (Win32.Is64BitOperatingSystem)
|
|
||||||
bits = "64";
|
//disabled til it works
|
||||||
|
//if (Win32.Is64BitOperatingSystem)
|
||||||
|
// bits = "64";
|
||||||
|
|
||||||
string exename = "libsneshawk-" + bits + "-" + profile.ToLower() + ".exe";
|
string exename = "libsneshawk-" + bits + "-" + profile.ToLower() + ".exe";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue