set released flag to true for Octoshock
This commit is contained in:
parent
0bb994bf1c
commit
c70c59ed76
|
@ -30,7 +30,7 @@ namespace BizHawk.Emulation.Cores.Sony.PSX
|
|||
"Octoshock",
|
||||
"Ryphecha",
|
||||
isPorted: true,
|
||||
isReleased: false
|
||||
isReleased: true
|
||||
)]
|
||||
public unsafe class Octoshock : IEmulator, IVideoProvider, ISyncSoundProvider, ISaveRam, IStatable, IDriveLight, IInputPollable, ISettable<Octoshock.Settings, Octoshock.SyncSettings>, IDebuggable
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue