O2; set released to true
This commit is contained in:
parent
1c27943707
commit
b85e7cac2c
|
@ -10,7 +10,7 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk
|
||||||
"O2Hawk",
|
"O2Hawk",
|
||||||
"",
|
"",
|
||||||
isPorted: false,
|
isPorted: false,
|
||||||
isReleased: false,
|
isReleased: true,
|
||||||
displayName: "Odyssey 2")]
|
displayName: "Odyssey 2")]
|
||||||
[ServiceNotApplicable(new[] { typeof(IDriveLight) })]
|
[ServiceNotApplicable(new[] { typeof(IDriveLight) })]
|
||||||
public partial class O2Hawk : IEmulator, ISaveRam, IDebuggable, IInputPollable, IRegionable, ISettable<O2Hawk.O2Settings, O2Hawk.O2SyncSettings>, IBoardInfo
|
public partial class O2Hawk : IEmulator, ISaveRam, IDebuggable, IInputPollable, IRegionable, ISettable<O2Hawk.O2Settings, O2Hawk.O2SyncSettings>, IBoardInfo
|
||||||
|
|
Loading…
Reference in New Issue