From 54301e96167c2145a1d1dab23bf4770efb9e4ef6 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Thu, 6 May 2021 23:28:08 +1000 Subject: [PATCH] Correct info in melonDS' [Core] attr not sure on the version --- .../Consoles/Nintendo/NDS/MelonDS.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs index a59e28cb66..12bad7c004 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/MelonDS.cs @@ -7,7 +7,14 @@ using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS { - [Core(CoreNames.MelonDS, "Arisotura", false, false, null, null, true)] + [Core( + CoreNames.MelonDS, + "Arisotura", + isPorted: true, + isReleased: false, + portedVersion: "0.8.2", + portedUrl: "http://melonds.kuribo64.net/", + singleInstance: true)] public unsafe partial class MelonDS : IEmulator { private readonly BasicServiceProvider _serviceProvider;