fix "melonDS doesn't work at all anymore #1963"

This commit is contained in:
zeromus 2020-04-29 17:16:40 -04:00
parent e09bc14a58
commit 2d413fca1e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
public PutSettingsDirtyBits PutSettings(MelonSettings o)
{
bool screenChanged = false;
if (_settings != null)
if (o != null)
{
screenChanged |= _settings.ScaleFactor != o.ScaleFactor;
screenChanged |= _settings.ScreenGap != o.ScreenGap;