aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Lingua2014-01-23 19:04:19 -0500
committerMax Lingua2014-01-23 19:05:39 -0500
commitc65464a43ba61bf92446e0d6dc033bfd7e677022 (patch)
treefce70f35bed3c0f631f7e8bf39e42a522c9ad476
parent0f264e2d739977629c146724658ad60f7fa55044 (diff)
downloadscummvm-rg350-c65464a43ba61bf92446e0d6dc033bfd7e677022.tar.gz
scummvm-rg350-c65464a43ba61bf92446e0d6dc033bfd7e677022.tar.bz2
scummvm-rg350-c65464a43ba61bf92446e0d6dc033bfd7e677022.zip
PS2: Added support for latest SDK in configure
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1de0e65630..4a9474846a 100755
--- a/configure
+++ b/configure
@@ -2260,6 +2260,7 @@ case $_host_os in
CXXFLAGS="$CXXFLAGS -G2"
DEFINES="$DEFINES -D_EE"
DEFINES="$DEFINES -D__PLAYSTATION2__"
+ DEFINES="$DEFINES -D__NEW_PS2SDK__"
;;
ps3)
# Force use of SDL and freetype from the ps3 toolchain