bump version number for melonDS

This commit is contained in:
CasualPokePlayer 2022-05-27 17:53:50 -07:00
parent b773a3f163
commit 3fe168ad0f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ using BizHawk.Emulation.Cores.Waterbox;
namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
{
[PortedCore(CoreNames.MelonDS, "Arisotura", "0.9.3", "http://melonds.kuribo64.net/")]
[PortedCore(CoreNames.MelonDS, "Arisotura", "0.9.4", "http://melonds.kuribo64.net/")]
[ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(IRegionable) })]
public partial class NDS : WaterboxCore
{