mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
GCW0: GCW0 is fullscreen-only device
This commit is contained in:
parent
777e6fde39
commit
aad00dbc8d
4
configure
vendored
4
configure
vendored
@ -2360,7 +2360,7 @@ case $_host_os in
|
|||||||
echo "Could not determine prefix for static libraries"
|
echo "Could not determine prefix for static libraries"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If _xcodetoolspath is not set yet use xcode-select to get the path
|
# If _xcodetoolspath is not set yet use xcode-select to get the path
|
||||||
if test -z "$_xcodetoolspath"; then
|
if test -z "$_xcodetoolspath"; then
|
||||||
_xcodetoolspath=`xcode-select -print-path`/Tools
|
_xcodetoolspath=`xcode-select -print-path`/Tools
|
||||||
@ -2730,7 +2730,7 @@ if test -n "$_host"; then
|
|||||||
gcw0)
|
gcw0)
|
||||||
_sysroot=`$CXX --print-sysroot`
|
_sysroot=`$CXX --print-sysroot`
|
||||||
_sdlpath=$_sysroot/usr/bin
|
_sdlpath=$_sysroot/usr/bin
|
||||||
append_var DEFINES "-DDINGUX -DGCW0"
|
append_var DEFINES "-DDINGUX -DGCW0 -DGUI_ONLY_FULLSCREEN"
|
||||||
append_var DEFINES "-DREDUCE_MEMORY_USAGE"
|
append_var DEFINES "-DREDUCE_MEMORY_USAGE"
|
||||||
append_var CXXFLAGS "-mips32"
|
append_var CXXFLAGS "-mips32"
|
||||||
_backend="dingux"
|
_backend="dingux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user