set release flag on lynx core to true
This commit is contained in:
parent
0a17fadb8e
commit
ec3e4151eb
|
@ -11,7 +11,7 @@ using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Cores.Atari.Lynx
|
namespace BizHawk.Emulation.Cores.Atari.Lynx
|
||||||
{
|
{
|
||||||
[CoreAttributes("Handy", "K. Wilkins", true, false, "mednafen 0-9-34-1", "http://mednafen.sourceforge.net/")]
|
[CoreAttributes("Handy", "K. Wilkins", true, true, "mednafen 0-9-34-1", "http://mednafen.sourceforge.net/")]
|
||||||
public class Lynx : IEmulator, IVideoProvider, ISyncSoundProvider, IMemoryDomains
|
public class Lynx : IEmulator, IVideoProvider, ISyncSoundProvider, IMemoryDomains
|
||||||
{
|
{
|
||||||
IntPtr Core;
|
IntPtr Core;
|
||||||
|
|
Loading…
Reference in New Issue