mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
MOHAWK: Disable Riven demo save/load GUI buttons
This commit is contained in:
parent
2f6528933d
commit
5ae2543795
@ -376,7 +376,7 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO | ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOLAUNCHLOAD)
|
||||
},
|
||||
GType_RIVEN,
|
||||
GF_DEMO,
|
||||
|
@ -130,8 +130,8 @@ public:
|
||||
|
||||
GUI::Debugger *getDebugger();
|
||||
|
||||
bool canLoadGameStateCurrently() { return true; }
|
||||
bool canSaveGameStateCurrently() { return true; }
|
||||
bool canLoadGameStateCurrently() { return !(getFeatures() & GF_DEMO); }
|
||||
bool canSaveGameStateCurrently() { return !(getFeatures() & GF_DEMO); }
|
||||
Common::Error loadGameState(int slot);
|
||||
Common::Error saveGameState(int slot, const Common::String &desc);
|
||||
bool hasFeature(EngineFeature f) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user