aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/posix/posix-main.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-03-04 22:45:01 +0100
committerGitHub2017-03-04 22:45:01 +0100
commit547e5846a144b820981c45cf3f76c77075971197 (patch)
tree361701d1d21f9bcf1708e1e1d922e3e743ae6c59 /backends/platform/sdl/posix/posix-main.cpp
parent72962ae0f6338ccecd29efb4da65efe99acf4b99 (diff)
parent70988527c64947fd7fe3c361907e9f0806b0cb5c (diff)
downloadscummvm-rg350-547e5846a144b820981c45cf3f76c77075971197.tar.gz
scummvm-rg350-547e5846a144b820981c45cf3f76c77075971197.tar.bz2
scummvm-rg350-547e5846a144b820981c45cf3f76c77075971197.zip
Merge pull request #915 from rsn8887/vita
PSP2: Add Playstation Vita support
Diffstat (limited to 'backends/platform/sdl/posix/posix-main.cpp')
-rw-r--r--backends/platform/sdl/posix/posix-main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/posix/posix-main.cpp b/backends/platform/sdl/posix/posix-main.cpp
index 5deebb0ae3..92354b273e 100644
--- a/backends/platform/sdl/posix/posix-main.cpp
+++ b/backends/platform/sdl/posix/posix-main.cpp
@@ -22,7 +22,7 @@
#include "common/scummsys.h"
-#if defined(POSIX) && !defined(MACOSX) && !defined(SAMSUNGTV) && !defined(MAEMO) && !defined(WEBOS) && !defined(LINUXMOTO) && !defined(GPH_DEVICE) && !defined(GP2X) && !defined(DINGUX) && !defined(OPENPANDORA) && !defined(PLAYSTATION3) && !defined(ANDROIDSDL)
+#if defined(POSIX) && !defined(MACOSX) && !defined(SAMSUNGTV) && !defined(MAEMO) && !defined(WEBOS) && !defined(LINUXMOTO) && !defined(GPH_DEVICE) && !defined(GP2X) && !defined(DINGUX) && !defined(OPENPANDORA) && !defined(PLAYSTATION3) && !defined(PSP2) && !defined(ANDROIDSDL)
#include "backends/platform/sdl/posix/posix.h"
#include "backends/plugins/sdl/sdl-provider.h"