set release flag on lynx core to true

This commit is contained in:
adelikat 2014-11-17 21:58:13 +00:00
parent 0a17fadb8e
commit ec3e4151eb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ using Newtonsoft.Json;
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
{
IntPtr Core;