GBHawk: Add note to use existing SRAM sync setting, fixes #2354

This commit is contained in:
alyosha-tas 2020-09-02 17:24:40 -04:00 committed by adelikat
parent f3f5774bbb
commit 12c5658050
4 changed files with 4 additions and 4 deletions

View File

@ -128,7 +128,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
}
[DisplayName("Use Existing SaveRAM")]
[Description("When true, existing SaveRAM will be loaded at boot up")]
[Description("(Intended for development, for regular use leave as true.) When true, existing SaveRAM will be loaded at boot up.")]
[DefaultValue(true)]
public bool Use_SRAM { get; set; }

View File

@ -125,7 +125,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink
}
[DisplayName("Use Existing SaveRAM")]
[Description("When true, existing SaveRAM will be loaded at boot up")]
[Description("(Intended for development, for regular use leave as true.) When true, existing SaveRAM will be loaded at boot up.")]
[DefaultValue(true)]
public bool Use_SRAM { get; set; }

View File

@ -142,7 +142,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink3x
}
[DisplayName("Use Existing SaveRAM")]
[Description("When true, existing SaveRAM will be loaded at boot up")]
[Description("(Intended for development, for regular use leave as true.) When true, existing SaveRAM will be loaded at boot up.")]
[DefaultValue(true)]
public bool Use_SRAM { get; set; }

View File

@ -171,7 +171,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink4x
}
[DisplayName("Use Existing SaveRAM")]
[Description("When true, existing SaveRAM will be loaded at boot up")]
[Description("(Intended for development, for regular use leave as true.) When true, existing SaveRAM will be loaded at boot up.")]
[DefaultValue(true)]
public bool Use_SRAM { get; set; }