Update default NDS username for consistency with upstream; mark melonDS as released, remove single instance mark (n/a with wbx)
This commit is contained in:
parent
bbc5300297
commit
2ecd752a45
|
@ -137,7 +137,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
|
|||
|
||||
[DisplayName("Firmware Username")]
|
||||
[Description("Username in firmware. Only applicable if firmware override is in effect.")]
|
||||
[DefaultValue("MelonDS")]
|
||||
[DefaultValue("melonDS")]
|
||||
public string FirmwareUsername
|
||||
{
|
||||
get => _firmwareusername;
|
||||
|
|
|
@ -8,7 +8,7 @@ using BizHawk.Emulation.Cores.Waterbox;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
|
||||
{
|
||||
[PortedCore(CoreNames.MelonDS, "Arisotura", "0.9.3", "http://melonds.kuribo64.net/", singleInstance: true, isReleased: false)]
|
||||
[PortedCore(CoreNames.MelonDS, "Arisotura", "0.9.3", "http://melonds.kuribo64.net/")]
|
||||
[ServiceNotApplicable(new[] { typeof(IDriveLight), typeof(IRegionable) })]
|
||||
public partial class NDS : WaterboxCore
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue