mgba - version info and url

This commit is contained in:
adelikat 2015-10-08 20:36:20 -04:00
parent daed8bb3cf
commit 443862effd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ using System.ComponentModel;
namespace BizHawk.Emulation.Cores.Nintendo.GBA
{
[CoreAttributes("mGBA", "endrift", true, true, "NOT DONE", "NOT DONE", false)]
[CoreAttributes("mGBA", "endrift", true, true, "0.2.0", "https://mgba.io/", false)]
[ServiceNotApplicable(typeof(IDriveLight), typeof(IRegionable))]
public class MGBAHawk : IEmulator, IVideoProvider, ISyncSoundProvider, IGBAGPUViewable, ISaveRam, IStatable, IInputPollable, ISettable<object, MGBAHawk.SyncSettings>
{