oops, fix copy/paste error from the other day which broke gpgx in 32bits mode
This commit is contained in:
parent
7d975f4028
commit
64e4585582
|
@ -828,7 +828,7 @@ namespace BizHawk.Client.Common
|
|||
//core = CoreInventory.Instance["GEN", "Genplus-gx"];
|
||||
if (Environment.Is64BitProcess)
|
||||
core = CoreInventory.Instance["GEN", "Genplus-gx64"];
|
||||
else core = CoreInventory.Instance["GEN", "Genplus-gx64"];
|
||||
else core = CoreInventory.Instance["GEN", "Genplus-gx"];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue