mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
TETRAEDGE: Do not show GUI confirmation dialog
Syberia has its own confirmation dialog. Syberia 2 does not seem to ask for confirmation, but using the GUI confirmation does not work anyway as if the user decides not to quit after all, we end up with a black screen.
This commit is contained in:
parent
979c052079
commit
219ccd21f8
@ -104,7 +104,8 @@ public:
|
||||
(f == kSupportsLoadingDuringRuntime) ||
|
||||
(f == kSupportsSavingDuringRuntime) ||
|
||||
(f == kSupportsReturnToLauncher) ||
|
||||
(f == kSupportsChangingOptionsDuringRuntime);
|
||||
(f == kSupportsChangingOptionsDuringRuntime) ||
|
||||
(f == kSupportsQuitDialogOverride);
|
||||
};
|
||||
|
||||
bool canLoadGameStateCurrently() override;
|
||||
|
Loading…
x
Reference in New Issue
Block a user