Fix syntax error

This commit is contained in:
YoshiRulz 2021-04-01 09:15:16 +10:00
parent d308afa45c
commit cb88e98f39
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy
public class GambatteSyncSettings
{
[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.")]
[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; }