mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
KYRA: fix GMM saving
(match with 477d6233c3672d9a60cceea3570bc775df3d9253)
This commit is contained in:
parent
1d3be279fc
commit
75297cb124
@ -418,7 +418,7 @@ protected:
|
||||
|
||||
void loadGameStateCheck(int slot);
|
||||
virtual Common::Error loadGameState(int slot) = 0;
|
||||
Common::Error saveGameState(int slot, const char *saveName) { return saveGameStateIntern(slot, saveName, 0); }
|
||||
Common::Error saveGameState(int slot, const Common::String &desc) { return saveGameStateIntern(slot, desc.c_str(), 0); }
|
||||
virtual Common::Error saveGameStateIntern(int slot, const char *saveName, const Graphics::Surface *thumbnail) = 0;
|
||||
|
||||
Common::SeekableReadStream *openSaveForReading(const char *filename, SaveHeader &header);
|
||||
|
Loading…
x
Reference in New Issue
Block a user