SCI32: Start implementing kSave for SCI32
This commit is contained in:
parent
c7dacf273e
commit
64dc37cfe2
9 changed files with 213 additions and 57 deletions
|
@ -569,6 +569,7 @@ void SciEngine::patchGameSaveRestore() {
|
|||
case GID_MOTHERGOOSE256: // mother goose saves/restores directly and has no save/restore dialogs
|
||||
case GID_PHANTASMAGORIA: // has custom save/load code
|
||||
case GID_SHIVERS: // has custom save/load code
|
||||
case GID_PQSWAT: // has custom save/load code
|
||||
return;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue