set Saturnus and Tst to released
This commit is contained in:
parent
367b243990
commit
9af3a88895
|
@ -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>
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue