aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCameron Cawley2019-08-17 12:48:29 +0100
committerFilippos Karapetis2019-08-18 06:21:28 +0300
commitea9e33bd1096389f8f11614d080d16f0005b1e10 (patch)
treeb05caa95a6662805bb07b243807c4468d3a0659b /configure
parent1083ff65777867620f28b519bce4ab0d2edda7f1 (diff)
downloadscummvm-rg350-ea9e33bd1096389f8f11614d080d16f0005b1e10.tar.gz
scummvm-rg350-ea9e33bd1096389f8f11614d080d16f0005b1e10.tar.bz2
scummvm-rg350-ea9e33bd1096389f8f11614d080d16f0005b1e10.zip
GUI: Check if fullscreen is available at runtime
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 8b70ad5250..90adb94b72 100755
--- a/configure
+++ b/configure
@@ -3180,7 +3180,7 @@ if test -n "$_host"; then
gcw0)
_sysroot=`$CXX --print-sysroot`
_sdlpath=$_sysroot/usr/bin
- append_var DEFINES "-DDINGUX -DGCW0 -DGUI_ONLY_FULLSCREEN"
+ append_var DEFINES "-DDINGUX -DGCW0"
append_var DEFINES "-DREDUCE_MEMORY_USAGE"
append_var CXXFLAGS "-mips32"
_backend="dingux"
@@ -3421,7 +3421,6 @@ if test -n "$_host"; then
_port_mk="backends/platform/sdl/psp2/psp2.mk"
;;
psp)
- append_var DEFINES "-DGUI_ONLY_FULLSCREEN"
_backend="psp"
_build_scalers=no
_mt32emu=no