set Saturnus and Tst to released

This commit is contained in:
adelikat 2017-07-13 14:31:06 -05:00
parent 367b243990
commit 9af3a88895
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ using BizHawk.Common;
namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX
{ {
[Core("T. S. T.", "Mednafen Team", true, false, "0.9.44.1", [Core("T. S. T.", "Mednafen Team", true, true, "0.9.44.1",
"https://mednafen.github.io/releases/", false)] "https://mednafen.github.io/releases/", false)]
public class Tst : WaterboxCore, IDriveLight, public class Tst : WaterboxCore, IDriveLight,
ISettable<Tst.Settings, Tst.SyncSettings> ISettable<Tst.Settings, Tst.SyncSettings>

View File

@ -17,7 +17,7 @@ using System.Threading.Tasks;
namespace BizHawk.Emulation.Cores.Consoles.Sega.Saturn namespace BizHawk.Emulation.Cores.Consoles.Sega.Saturn
{ {
[Core("Saturnus", "Mednafen Team", true, false, "0.9.44.1", [Core("Saturnus", "Mednafen Team", true, true, "0.9.44.1",
"https://mednafen.github.io/releases/", false)] "https://mednafen.github.io/releases/", false)]
public class Saturnus : WaterboxCore, public class Saturnus : WaterboxCore,
IDriveLight, IRegionable, IDriveLight, IRegionable,