default Jaguar bios to not be skipped, some games rely on Jaguar bios running on boot
This commit is contained in:
parent
be771c134c
commit
2e5c62f632
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue