Make C64 follow the naming convention of other cores
This commit is contained in:
parent
093180f652
commit
84bae6bf03
|
@ -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)
|
||||
{
|
Loading…
Reference in New Issue