This commit is contained in:
adelikat 2014-11-30 20:40:17 +00:00
parent c7c038b7ca
commit 8cffecede9
1 changed files with 1 additions and 1 deletions
BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy

View File

@ -17,7 +17,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy
isPorted: true,
isReleased: true
)]
public class GambatteLink : IEmulator, IVideoProvider, ISyncSoundProvider, IInputPollable, ISaveRam, IStatable,
public class GambatteLink : IEmulator, IVideoProvider, ISyncSoundProvider, IInputPollable, ISaveRam, IStatable, IMemoryDomains,
IDebuggable, ISettable<GambatteLink.GambatteLinkSettings, GambatteLink.GambatteLinkSyncSettings>
{
bool disposed = false;