fix "melonDS doesn't work at all anymore #1963"
This commit is contained in:
parent
e09bc14a58
commit
2d413fca1e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue