parent
6466661252
commit
55c10e0ec6
24 changed files with 251 additions and 55 deletions
|
@ -183,7 +183,17 @@ public:
|
|||
* the game till the save.
|
||||
* This flag may only be set when 'kSavesSupportMetaInfo' is set.
|
||||
*/
|
||||
kSavesSupportPlayTime
|
||||
kSavesSupportPlayTime,
|
||||
|
||||
/**
|
||||
*Features loading from the Common ScummVM options dialog in-game
|
||||
*/
|
||||
kSupportsLoadingDuringRuntime,
|
||||
|
||||
/**
|
||||
*Features saving from the Common ScummVM options dialog in-game
|
||||
*/
|
||||
kSupportsSavingDuringRuntime
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue