clarify Gambatte sync settings (#2688)

This commit is contained in:
CasualPokePlayer 2021-03-31 16:07:54 -07:00 committed by GitHub
parent fc97e096a1
commit d308afa45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -88,8 +88,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy
public class GambatteSyncSettings
{
[DisplayName("Enable official Nintendo BIOS")]
[Description("Boots game using system BIOS. You must have the bios file. Should be used for TASing.")]
[DisplayName("Use official Nintendo BootROM")]
[Description("Uses a provided official BootROM (or "BIOS") instead of built-in unofficial firmware. You must provide the BootROM. Should be used for TASing.")]
[DefaultValue(false)]
public bool EnableBIOS { get; set; }
@ -112,7 +112,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy
public bool MulticartCompat { get; set; }
[DisplayName("Realtime RTC")]
[Description("If true, the real time clock in MBC3 games will reflect real time, instead of emulated time. Ignored (treated as false) when a movie is recording.")]
[Description("If true, the real time clock in MBC3 and HuC3 games will reflect real time, instead of emulated time. Ignored (treated as false) when a movie is recording.")]
[DefaultValue(false)]
public bool RealTimeRTC { get; set; }