From 227f5d6b5359a2bb6a971e2c755abd183e9ca24d Mon Sep 17 00:00:00 2001 From: goyuken Date: Sun, 24 Aug 2014 17:33:23 +0000 Subject: [PATCH] gba: skip bios intro by default. beta tester note: if you've used the gba core before, this won't change your existing setting --- BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs index 7dce5c9ede..45e46a6898 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs @@ -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.")]