change release flag on the vba core to true
This commit is contained in:
parent
65a3435530
commit
b689d9d2ff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue