diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs index 06c9737275..245b7f7841 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/MGBAHawk.cs @@ -3,7 +3,7 @@ using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Nintendo.GBA { - [Core("mGBA", "endrift", true, true, "0.6.3 (c4dfb265c35ecba4050d646bd65a02d8b3704948)", "https://mgba.io/", false)] + [Core("mGBA", "endrift", true, true, "0.7.2", "https://mgba.io/", false)] [ServiceNotApplicable(typeof(IDriveLight), typeof(IRegionable))] public partial class MGBAHawk : IEmulator, IVideoProvider, ISoundProvider, IGBAGPUViewable, ISaveRam, IStatable, IInputPollable, ISettable, diff --git a/mgba b/mgba index 2eab773655..5680ababe4 160000 --- a/mgba +++ b/mgba @@ -1 +1 @@ -Subproject commit 2eab7736554ef3f0ec3e8327f6bedd92367755bf +Subproject commit 5680ababe4f308f2cc6f0f6aa41df230c6989d81 diff --git a/output/dll/mgba.dll b/output/dll/mgba.dll index 67b010a87f..180232e297 100644 Binary files a/output/dll/mgba.dll and b/output/dll/mgba.dll differ