Correct info in melonDS' [Core] attr

not sure on the version
This commit is contained in:
YoshiRulz 2021-05-06 23:28:08 +10:00
parent d570cc2fcc
commit 54301e9616
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 8 additions and 1 deletions

View File

@ -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;