Fix syntax error
This commit is contained in:
parent
d308afa45c
commit
cb88e98f39
|
@ -89,7 +89,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy
|
||||||
public class GambatteSyncSettings
|
public class GambatteSyncSettings
|
||||||
{
|
{
|
||||||
[DisplayName("Use official Nintendo BootROM")]
|
[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)]
|
[DefaultValue(false)]
|
||||||
public bool EnableBIOS { get; set; }
|
public bool EnableBIOS { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue