O2; set released to true

This commit is contained in:
alyosha-tas 2020-12-14 11:40:23 -05:00
parent 1c27943707
commit b85e7cac2c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk
"O2Hawk",
"",
isPorted: false,
isReleased: false,
isReleased: true,
displayName: "Odyssey 2")]
[ServiceNotApplicable(new[] { typeof(IDriveLight) })]
public partial class O2Hawk : IEmulator, ISaveRam, IDebuggable, IInputPollable, IRegionable, ISettable<O2Hawk.O2Settings, O2Hawk.O2SyncSettings>, IBoardInfo