Prompt to switch cores before recording with A2600Hawk or TI83Hawk

This commit is contained in:
YoshiRulz 2025-01-09 22:35:08 +10:00
parent da993c77fd
commit fe871ba5c7
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

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