Make C64 follow the naming convention of other cores

This commit is contained in:
adelikat 2014-11-30 16:56:45 +00:00
parent 093180f652
commit 84bae6bf03
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.Computers.Commodore64
{
sealed public partial class C64 : IEmulator
sealed public partial class C64 : IStatable
{
public void LoadStateBinary(BinaryReader br)
{