change release flag on the vba core to true

This commit is contained in:
adelikat 2014-08-24 14:11:30 +00:00
parent 65a3435530
commit b689d9d2ff
1 changed files with 1 additions and 1 deletions

View File

@ -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;