gba: skip bios intro by default. beta tester note: if you've used the gba core before, this won't change your existing setting
This commit is contained in:
parent
ab50181b31
commit
227f5d6b53
|
@ -424,7 +424,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA
|
||||||
{
|
{
|
||||||
[DisplayName("Skip BIOS")]
|
[DisplayName("Skip BIOS")]
|
||||||
[Description("Skips the BIOS intro. A BIOS file is still required. Forced to false for movie recording.")]
|
[Description("Skips the BIOS intro. A BIOS file is still required. Forced to false for movie recording.")]
|
||||||
[DefaultValue(false)]
|
[DefaultValue(true)]
|
||||||
public bool SkipBios { get; set; }
|
public bool SkipBios { get; set; }
|
||||||
[DisplayName("RTC Use Real Time")]
|
[DisplayName("RTC Use Real Time")]
|
||||||
[Description("Causes the internal clock to reflect your system clock. Only relevant when a game has an RTC chip. Forced to false for movie recording.")]
|
[Description("Causes the internal clock to reflect your system clock. Only relevant when a game has an RTC chip. Forced to false for movie recording.")]
|
||||||
|
|
Loading…
Reference in New Issue