marked bsnesv115 as released
This commit is contained in:
parent
7b60c7cafb
commit
5bafc9a062
|
@ -11,7 +11,7 @@ using BizHawk.Emulation.Cores.Components.W65816;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Nintendo.BSNES
|
||||
{
|
||||
[PortedCore(CoreNames.Bsnes115, "bsnes team", "v115+", "https://bsnes.dev", isReleased: false)]
|
||||
[PortedCore(CoreNames.Bsnes115, "bsnes team", "v115+", "https://bsnes.dev")]
|
||||
[ServiceNotApplicable(new[] { typeof(IDriveLight) })]
|
||||
public unsafe partial class BsnesCore : IEmulator, IDebuggable, IVideoProvider, ISaveRam, IStatable, IInputPollable, IRegionable, ISettable<BsnesCore.SnesSettings, BsnesCore.SnesSyncSettings>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue