marked bsnesv115 as released

This commit is contained in:
CasualPokePlayer 2022-02-13 06:15:36 -08:00
parent 7b60c7cafb
commit 5bafc9a062
1 changed files with 1 additions and 1 deletions

View File

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