ditto
This commit is contained in:
parent
c7c038b7ca
commit
8cffecede9
BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue