add ISaveRam explicitly

this is needed for new saveram interface to be picked up apparently
fixes 446fac3242
This commit is contained in:
CasualPokePlayer 2024-02-08 23:36:12 -08:00
parent 446fac3242
commit 2c521fdc5a
1 changed files with 1 additions and 1 deletions

View File

@ -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;