NES: fix oops

This commit is contained in:
goyuken 2013-12-24 22:37:45 +00:00
parent e711a6ec6f
commit 433a0f7925
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
CoreComm.UsesDriveLed = true; CoreComm.UsesDriveLed = true;
b.SetDriveLightCallback((val) => CoreComm.DriveLED = val); b.SetDriveLightCallback((val) => CoreComm.DriveLED = val);
} }
PutSettings(Settings); PutSettings(Settings ?? new NESSettings());
} }
private NES() private NES()