Prompt to switch cores before recording with A2600Hawk or TI83Hawk
This commit is contained in:
parent
da993c77fd
commit
fe871ba5c7
|
@ -4275,7 +4275,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
var recommendedCore = currentCoreName switch
|
||||
{
|
||||
CoreNames.Snes9X => CoreNames.Bsnes115,
|
||||
CoreNames.TI83Hawk => CoreNames.Emu83,
|
||||
CoreNames.QuickNes => CoreNames.NesHawk,
|
||||
CoreNames.Atari2600Hawk => CoreNames.Stella,
|
||||
CoreNames.HyperNyma => CoreNames.TurboNyma,
|
||||
_ => null
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue