default ScaleFactor value for MelonDS settings

This commit is contained in:
SuuperW 2020-04-13 15:55:29 -05:00
parent 7cce81a880
commit 7336217bd8
1 changed files with 1 additions and 1 deletions

View File

@ -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