Switch cores correctly, fixses #1939
This commit is contained in:
parent
831e62b8ee
commit
ada61fae93
|
@ -46,7 +46,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
return emulator switch
|
||||
{
|
||||
Snes9x _ => PromptToSwitchCore("Snes9x", "bsnes", () => Global.Config.PreferredCores["SNES"] = Cores.CoreNames.Bsnes),
|
||||
QuickNES _ => PromptToSwitchCore("QuickNes", "NesHawk", () => Global.Config.PreferredCores["NES"] = Cores.CoreNames.QuickNes),
|
||||
QuickNES _ => PromptToSwitchCore("QuickNes", "NesHawk", () => Global.Config.PreferredCores["NES"] = Cores.CoreNames.NesHawk),
|
||||
_ => true
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue