set NGP released flag to true

This commit is contained in:
adelikat 2017-06-25 13:13:27 -05:00
parent 13c3dafd8a
commit e2d0e7dfc3
1 changed files with 1 additions and 1 deletions

View File

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