diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.cs index 7bf07e14bb..50795bff9e 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.cs @@ -48,7 +48,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES CoreComm.UsesDriveLed = true; b.SetDriveLightCallback((val) => CoreComm.DriveLED = val); } - PutSettings(Settings); + PutSettings(Settings ?? new NESSettings()); } private NES()