NES: fix oops
This commit is contained in:
parent
e711a6ec6f
commit
433a0f7925
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue