mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-01 01:32:52 +02:00
UIQ3 bugfixes, SVP drc indirect jumps, stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@572 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -27,8 +27,8 @@ enum TPicoGameState {
|
||||
PGS_Paused,
|
||||
PGS_Quit,
|
||||
PGS_KeyConfig,
|
||||
PGS_DebugHeap,
|
||||
PGS_ReloadRom,
|
||||
PGS_Reset,
|
||||
};
|
||||
|
||||
enum TPicoServRqst {
|
||||
@@ -49,11 +49,8 @@ enum TPicoGenErrors { // generic errors
|
||||
PicoErrNoErr = 0, // OK
|
||||
PicoErrRomOpenFailed,
|
||||
PicoErrOutOfMem,
|
||||
PicoErrNotRom,
|
||||
PicoErrNoRomsInArchive,
|
||||
PicoErrUncomp, // 5
|
||||
PicoErrOutOfMemSnd,
|
||||
PicoErrGenSnd, // 7 generic sound system error
|
||||
PicoErrGenSnd, // generic sound system error
|
||||
PicoErrEmuThread
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user