mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
IPHONE: Add support for kFeatureNoQuit
This will ensure the Quit buttons in the GUI are hidden.
This commit is contained in:
parent
298c61844a
commit
e0441544d1
@ -110,6 +110,7 @@ void OSystem_IPHONE::initBackend() {
|
||||
bool OSystem_IPHONE::hasFeature(Feature f) {
|
||||
switch (f) {
|
||||
case kFeatureCursorPalette:
|
||||
case kFeatureNoQuit:
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user