Add port info and labels to MelonDS [Core] attr
This commit is contained in:
parent
b70cfebd1d
commit
cccf2c1920
|
@ -6,7 +6,7 @@ using BizHawk.Emulation.Common;
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
|
namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
|
||||||
{
|
{
|
||||||
[Core("MelonDS", "Arisotura", true, false, null, null, true)]
|
[Core("MelonDS", "Arisotura", isPorted: true, isReleased: false, "0.8.4-bizhawk-cbd9adac3", "https://github.com/TASVideos/melonDS", singleInstance: true)]
|
||||||
public unsafe partial class MelonDS : IEmulator
|
public unsafe partial class MelonDS : IEmulator
|
||||||
{
|
{
|
||||||
private readonly BasicServiceProvider _serviceProvider;
|
private readonly BasicServiceProvider _serviceProvider;
|
||||||
|
|
Loading…
Reference in New Issue