oops, fix copy/paste error from the other day which broke gpgx in 32bits mode

This commit is contained in:
zeromus 2017-02-11 20:17:05 -06:00
parent 7d975f4028
commit 64e4585582
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}