From 7336217bd8c9c1feb95729109442f55391ba310f Mon Sep 17 00:00:00 2001 From: SuuperW Date: Mon, 13 Apr 2020 15:55:29 -0500 Subject: [PATCH] default ScaleFactor value for MelonDS settings --- .../Consoles/Nintendo/NDS/MelonDS_Settable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS_Settable.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS_Settable.cs index ceac1831fb..a246c48917 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS_Settable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS_Settable.cs @@ -109,7 +109,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS public int ScreenGap { get; set; } [DisplayName("Scale Factor")] - public uint ScaleFactor { get; set; } + public uint ScaleFactor { get; set; } = 1; } public class MelonSyncSettings