[Scummvm-git-logs] scummvm master -> e0441544d10d5580d5eea3c275b1decea787bc66

criezy criezy at scummvm.org
Sun Apr 26 15:27:08 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e0441544d1 IPHONE: Add support for kFeatureNoQuit


Commit: e0441544d10d5580d5eea3c275b1decea787bc66
    https://github.com/scummvm/scummvm/commit/e0441544d10d5580d5eea3c275b1decea787bc66
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-04-26T16:26:03+01:00

Commit Message:
IPHONE: Add support for kFeatureNoQuit

This will ensure the Quit buttons in the GUI are hidden.

Changed paths:
    backends/platform/iphone/osys_main.cpp


diff --git a/backends/platform/iphone/osys_main.cpp b/backends/platform/iphone/osys_main.cpp
index 36b3482d7e..de3fd682d1 100644
--- a/backends/platform/iphone/osys_main.cpp
+++ b/backends/platform/iphone/osys_main.cpp
@@ -110,6 +110,7 @@ void OSystem_IPHONE::initBackend() {
 bool OSystem_IPHONE::hasFeature(Feature f) {
 	switch (f) {
 	case kFeatureCursorPalette:
+	case kFeatureNoQuit:
 		return true;
 
 	default:




More information about the Scummvm-git-logs mailing list