From 84bae6bf03f9538473675cdb757ef998e1650a4b Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 30 Nov 2014 16:56:45 +0000 Subject: [PATCH] Make C64 follow the naming convention of other cores --- .../Commodore64/{C64.Savestate.cs => C64.IStatable.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename BizHawk.Emulation.Cores/Computers/Commodore64/{C64.Savestate.cs => C64.IStatable.cs} (88%) diff --git a/BizHawk.Emulation.Cores/Computers/Commodore64/C64.Savestate.cs b/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IStatable.cs similarity index 88% rename from BizHawk.Emulation.Cores/Computers/Commodore64/C64.Savestate.cs rename to BizHawk.Emulation.Cores/Computers/Commodore64/C64.IStatable.cs index ea377f233d..2e68b567e0 100644 --- a/BizHawk.Emulation.Cores/Computers/Commodore64/C64.Savestate.cs +++ b/BizHawk.Emulation.Cores/Computers/Commodore64/C64.IStatable.cs @@ -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) {