Update labelling for every mednacore that we updated
WonderSwan/Cygne did not move to nyma, but I manually backported changes so it counts as "1.24.3" mostly
This commit is contained in:
parent
f14dace4a0
commit
638c2095ed
|
@ -13,7 +13,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, true, "0.9.44.1",
|
[Core("T. S. T.", "Mednafen Team", true, true, "1.24.3",
|
||||||
"https://mednafen.github.io/releases/", false)]
|
"https://mednafen.github.io/releases/", false)]
|
||||||
public class Tst : NymaCore
|
public class Tst : NymaCore
|
||||||
{
|
{
|
||||||
|
|
|
@ -15,7 +15,7 @@ using System.Text;
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Cores.Consoles.Sega.Saturn
|
namespace BizHawk.Emulation.Cores.Consoles.Sega.Saturn
|
||||||
{
|
{
|
||||||
[Core("Saturnus", "Mednafen Team", true, true, "0.9.44.1",
|
[Core("Saturnus", "Mednafen Team", true, true, "1.24.3",
|
||||||
"https://mednafen.github.io/releases/", false)]
|
"https://mednafen.github.io/releases/", false)]
|
||||||
public class Saturnus : NymaCore, IRegionable
|
public class Saturnus : NymaCore, IRegionable
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,7 @@ using BizHawk.Emulation.Common;
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Cores.WonderSwan
|
namespace BizHawk.Emulation.Cores.WonderSwan
|
||||||
{
|
{
|
||||||
[Core("Cygne/Mednafen", "Dox, Mednafen Team", true, true, "0.9.36.5", "http://mednafen.sourceforge.net/", false)]
|
[Core("Cygne/Mednafen", "Dox, Mednafen Team", true, true, "1.24.3", "https://mednafen.github.io/releases/", false)]
|
||||||
[ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(IRegionable) })]
|
[ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(IRegionable) })]
|
||||||
public partial class WonderSwan : IEmulator, IVideoProvider, ISoundProvider,
|
public partial class WonderSwan : IEmulator, IVideoProvider, ISoundProvider,
|
||||||
IInputPollable, IDebuggable
|
IInputPollable, IDebuggable
|
||||||
|
|
Loading…
Reference in New Issue