NESHawk - fix a slight typo, this changes nothing about the core just makes a file more clear

This commit is contained in:
adelikat 2016-12-03 11:17:44 -06:00
parent 3be6c8917c
commit b4a90cabe7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ using System.ComponentModel;
namespace BizHawk.Emulation.Cores.Nintendo.NES
{
public partial class NES : IStatable
public partial class NES : ISettable<NES.NESSettings, NES.NESSyncSettings>
{
public NESSettings GetSettings()
{