default Jaguar bios to not be skipped, some games rely on Jaguar bios running on boot

This commit is contained in:
CasualPokePlayer 2022-09-30 23:54:13 -07:00
parent be771c134c
commit 2e5c62f632
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace BizHawk.Emulation.Cores.Atari.Jaguar
[DisplayName("Skip BIOS")]
[Description("Ignored (set to true) for Jaguar CD")]
[DefaultValue(true)]
[DefaultValue(false)]
public bool SkipBIOS { get; set; }
public enum BiosRevisions