let mGBA core go.

This commit is contained in:
feos 2015-10-06 21:55:57 +03:00
parent ef5369a443
commit daed8bb3cf
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, false, "NOT DONE", "NOT DONE", false)]
[CoreAttributes("mGBA", "endrift", true, true, "NOT DONE", "NOT DONE", false)]
[ServiceNotApplicable(typeof(IDriveLight), typeof(IRegionable))]
public class MGBAHawk : IEmulator, IVideoProvider, ISyncSoundProvider, IGBAGPUViewable, ISaveRam, IStatable, IInputPollable, ISettable<object, MGBAHawk.SyncSettings>
{