add ISaveRam explicitly
this is needed for new saveram interface to be picked up apparently
fixes 446fac3242
This commit is contained in:
parent
446fac3242
commit
2c521fdc5a
|
@ -7,7 +7,7 @@ using BizHawk.Emulation.Cores.Waterbox;
|
|||
namespace BizHawk.Emulation.Cores.Consoles.Sega.Saturn
|
||||
{
|
||||
[PortedCore(CoreNames.Saturnus, "Mednafen Team", "1.29.0", "https://mednafen.github.io/releases/")]
|
||||
public class Saturnus : NymaCore, IRegionable
|
||||
public class Saturnus : NymaCore, IRegionable, ISaveRam
|
||||
{
|
||||
private readonly LibSaturnus _saturnus;
|
||||
|
||||
|
|
Loading…
Reference in New Issue