NESHawk - fix a slight typo, this changes nothing about the core just makes a file more clear
This commit is contained in:
parent
3be6c8917c
commit
b4a90cabe7
|
@ -8,7 +8,7 @@ using System.ComponentModel;
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Cores.Nintendo.NES
|
namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
{
|
{
|
||||||
public partial class NES : IStatable
|
public partial class NES : ISettable<NES.NESSettings, NES.NESSyncSettings>
|
||||||
{
|
{
|
||||||
public NESSettings GetSettings()
|
public NESSettings GetSettings()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue