IPHONE: Add support for kFeatureNoQuit

This will ensure the Quit buttons in the GUI are hidden.
This commit is contained in:
Thierry Crozat 2020-04-26 16:26:03 +01:00
parent 298c61844a
commit e0441544d1

View File

@ -110,6 +110,7 @@ void OSystem_IPHONE::initBackend() {
bool OSystem_IPHONE::hasFeature(Feature f) {
switch (f) {
case kFeatureCursorPalette:
case kFeatureNoQuit:
return true;
default: