Update mgba metadata to indicate that we are on version 0.5

This commit is contained in:
nattthebear 2016-11-06 13:30:19 -05:00
parent 0ae8bf13f7
commit cee88d6bdc
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, "0.4.1", "https://mgba.io/", false)]
[CoreAttributes("mGBA", "endrift", true, true, "0.5.0", "https://mgba.io/", false)]
[ServiceNotApplicable(typeof(IDriveLight), typeof(IRegionable))]
public class MGBAHawk : IEmulator, IVideoProvider, ISyncSoundProvider, IGBAGPUViewable,
ISaveRam, IStatable, IInputPollable, ISettable<MGBAHawk.Settings, MGBAHawk.SyncSettings>