set NGP released flag to true
This commit is contained in:
parent
13c3dafd8a
commit
e2d0e7dfc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue