From 5bafc9a062632189ac57afc5948660b87f15702d Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sun, 13 Feb 2022 06:15:36 -0800 Subject: [PATCH] marked bsnesv115 as released --- .../Consoles/Nintendo/BSNES/BsnesCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs index 79997a0c0c..ed0db3e383 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/BSNES/BsnesCore.cs @@ -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 {