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

bluegr noreply at scummvm.org
Thu Nov 27 00:09:36 UTC 2025


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

Summary:
ce0c3fcfc2 PS3: Disable windowed and iconify features


Commit: ce0c3fcfc29487eb9c06226b50c5d8a516918f8b
    https://github.com/scummvm/scummvm/commit/ce0c3fcfc29487eb9c06226b50c5d8a516918f8b
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-11-27T08:09:32+08:00

Commit Message:
PS3: Disable windowed and iconify features

This is a fullscreen backend

Changed paths:
    backends/platform/sdl/ps3/ps3.cpp


diff --git a/backends/platform/sdl/ps3/ps3.cpp b/backends/platform/sdl/ps3/ps3.cpp
index 94ca6d79b93..68a01ff4160 100644
--- a/backends/platform/sdl/ps3/ps3.cpp
+++ b/backends/platform/sdl/ps3/ps3.cpp
@@ -127,6 +127,8 @@ Common::HardwareInputSet *OSystem_PS3::getHardwareInputSet() {
 
 bool OSystem_PS3::hasFeature(Feature f) {
 	if (f == kFeatureDisplayLogFile ||
+	    f == kFeatureFullscreenMode ||
+	    f == kFeatureIconifyWindow ||
 	    f == kFeatureOpenUrl ||
 	    f == kFeatureSystemBrowserDialog ||
 	    f == kFeatureClipboardSupport) {




More information about the Scummvm-git-logs mailing list