GBA: update about section to reflect current build used

This commit is contained in:
alyosha-tas 2021-11-27 08:58:56 -05:00
parent 5ba8655f42
commit 365fa1eb41
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.Nintendo.GBA
{
[PortedCore(CoreNames.Mgba, "endrift", "0.8", "https://mgba.io/")]
[PortedCore(CoreNames.Mgba, "endrift", "0.9.1", "https://mgba.io/")]
[ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(IRegionable) })]
public partial class MGBAHawk : IEmulator, IVideoProvider, ISoundProvider, IGBAGPUViewable,
ISaveRam, IStatable, IInputPollable, ISettable<MGBAHawk.Settings, MGBAHawk.SyncSettings>,