mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
ENGINES: Have engines declare if they provide custom help.
This commit is contained in:
parent
6373dd1ffb
commit
ef50d7e3a7
@ -286,7 +286,14 @@ public:
|
||||
* The engine will need to read the actual resolution used by the
|
||||
* backend using OSystem::getWidth and OSystem::getHeight.
|
||||
*/
|
||||
kSupportsArbitraryResolutions
|
||||
kSupportsArbitraryResolutions,
|
||||
|
||||
/**
|
||||
* The game provides custom help.
|
||||
*
|
||||
* This enables the help button in the main menu.
|
||||
*/
|
||||
kSupportsHelp
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user