From b689d9d2ff207222a84766683bc1238202939e5c Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 24 Aug 2014 14:11:30 +0000 Subject: [PATCH] change release flag on the vba core to true --- BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs index 5b1f5fd6cd..7dce5c9ede 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/VBANext.cs @@ -13,7 +13,7 @@ using BizHawk.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBA { - [CoreAttributes("VBA-Next", "TODO", true, false, "cd508312a29ed8c29dacac1b11c2dce56c338a54", "https://github.com/libretro/vba-next")] + [CoreAttributes("VBA-Next", "many authors", true, true, "cd508312a29ed8c29dacac1b11c2dce56c338a54", "https://github.com/libretro/vba-next")] public class VBANext : IEmulator, IVideoProvider, ISyncSoundProvider, IGBAGPUViewable { IntPtr Core;