[Scummvm-git-logs] scummvm master -> 6b6b8faa9033dc382faa89356f209c69b2dac2f6

rsn8887 noreply at scummvm.org
Sun Jan 25 23:47:23 UTC 2026


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:
6b6b8faa90 BUILD: On PSP disable full detection to fix startup crash


Commit: 6b6b8faa9033dc382faa89356f209c69b2dac2f6
    https://github.com/scummvm/scummvm/commit/6b6b8faa9033dc382faa89356f209c69b2dac2f6
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2026-01-25T17:47:01-06:00

Commit Message:
BUILD: On PSP disable full detection to fix startup crash

Changed paths:
    configure


diff --git a/configure b/configure
index 41342e0d8c7..d92dc6ad191 100755
--- a/configure
+++ b/configure
@@ -3552,6 +3552,7 @@ EOF
 			_detection_features_static=no
 			_plugins_default=dynamic
 		fi
+		_detection_features_full=no
 		append_var CXXFLAGS "-I$PSPSDK/include"
 		# FIXME: Why is the following in CXXFLAGS and not in DEFINES? Change or document this.
 		append_var CXXFLAGS "-D_PSP_FW_VERSION=150"




More information about the Scummvm-git-logs mailing list