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:
goyuken 2014-08-24 17:33:23 +00:00
parent ab50181b31
commit 227f5d6b53
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA
{
[DisplayName("Skip BIOS")]
[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; }
[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.")]