GBHawklink, SubNESHawk: Set to released

everything seems in  order and error free
This commit is contained in:
alyosha-tas 2019-02-06 18:44:51 -06:00
parent cfdb027f27
commit 4a73565ab2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawkLink
"GBHawkLink",
"",
isPorted: false,
isReleased: false)]
isReleased: true)]
[ServiceNotApplicable(typeof(IDriveLight))]
public partial class GBHawkLink : IEmulator, ISaveRam, IDebuggable, IStatable, IInputPollable, IRegionable, ILinkable,
ISettable<GBHawkLink.GBLinkSettings, GBHawkLink.GBLinkSyncSettings>

View File

@ -10,7 +10,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SubNESHawk
"SubNESHawk",
"",
isPorted: false,
isReleased: false)]
isReleased: true)]
[ServiceNotApplicable(typeof(IDriveLight))]
public partial class SubNESHawk : IEmulator, ISaveRam, IDebuggable, IStatable, IInputPollable, IRegionable,
ISettable<NES.NES.NESSettings, NES.NES.NESSyncSettings>, INESPPUViewable