From ec3e4151eb779b392f3c30b4de4a7ab05b3b4c53 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 17 Nov 2014 21:58:13 +0000 Subject: [PATCH] set release flag on lynx core to true --- BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs b/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs index 5b7f98f451..c1f578fea4 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/lynx/Lynx.cs @@ -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;