GBA: update about section to reflect current build used
This commit is contained in:
parent
5ba8655f42
commit
365fa1eb41
|
@ -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>,
|
||||
|
|
Loading…
Reference in New Issue