GBHawk: use saveram by default

This commit is contained in:
alyosha-tas 2020-06-04 14:36:08 -04:00
parent e798fb2b29
commit 486b3945ad
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
[DisplayName("Use Existing SaveRAM")]
[Description("When true, existing SaveRAM will be loaded at boot up")]
[DefaultValue(false)]
[DefaultValue(true)]
public bool Use_SRAM { get; set; }
[JsonIgnore]