Fix picking GBhawk core
This commit is contained in:
parent
6da864f4f7
commit
9be42c5c69
|
@ -1318,9 +1318,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
private void GBCorePick_Click(object sender, EventArgs e)
|
||||
{
|
||||
Config.PreferredCores["PCE"] = CoreNames.TurboNyma;
|
||||
Config.PreferredCores["GB"] = CoreNames.GbHawk;
|
||||
|
||||
if (Emulator.SystemId == "PCE" || Emulator.SystemId == "PCECD")
|
||||
if (Emulator.SystemId == "GB" || Emulator.SystemId == "GBC")
|
||||
{
|
||||
FlagNeedsReboot();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue