set released flag to true for Octoshock

This commit is contained in:
adelikat 2015-07-14 20:39:41 -04:00
parent 0bb994bf1c
commit c70c59ed76
1 changed files with 1 additions and 1 deletions

View File

@ -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
{