mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cso support
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@303 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2445b7cb6d
commit
71de3cd9bb
11 changed files with 204 additions and 17 deletions
|
@ -83,7 +83,8 @@ void Stop_CD(void); // releases all resources taken when CD game was started.
|
|||
typedef enum
|
||||
{
|
||||
PMT_UNCOMPRESSED = 0,
|
||||
PMT_ZIP
|
||||
PMT_ZIP,
|
||||
PMT_CSO
|
||||
} pm_type;
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue