From e2d0e7dfc3acd88b415c94f5f9387535ce43cb70 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 25 Jun 2017 13:13:27 -0500 Subject: [PATCH] set NGP released flag to true --- BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs b/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs index b7f1f06b28..cbcbadeef4 100644 --- a/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs +++ b/BizHawk.Emulation.Cores/Consoles/SNK/NeoGeoPort.cs @@ -16,7 +16,7 @@ using System.Threading.Tasks; namespace BizHawk.Emulation.Cores.Consoles.SNK { - [CoreAttributes("NeoPop", "Thomas Klausner", true, false, "0.9.44.1", + [CoreAttributes("NeoPop", "Thomas Klausner", true, true, "0.9.44.1", "https://mednafen.github.io/releases/", false)] public class NeoGeoPort : WaterboxCore, ISaveRam, // NGP provides its own saveram interface