aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorNicolas Bacca2002-10-22 23:43:00 +0000
committerNicolas Bacca2002-10-22 23:43:00 +0000
commit9251de699da3e858702f99677d6ff58b2b0ce677 (patch)
tree26c03c7248d3814dbc352dc10bb91632f6c3c02b /backends
parent6e5ff6884fb422ce0a9dca3a5347ca114c3f0cd9 (diff)
downloadscummvm-rg350-9251de699da3e858702f99677d6ff58b2b0ce677.tar.gz
scummvm-rg350-9251de699da3e858702f99677d6ff58b2b0ce677.tar.bz2
scummvm-rg350-9251de699da3e858702f99677d6ff58b2b0ce677.zip
Disable GameX until I'm sure of the license used
svn-id: r5265
Diffstat (limited to 'backends')
-rw-r--r--backends/wince/pocketpc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/wince/pocketpc.cpp b/backends/wince/pocketpc.cpp
index dc9fd7f7bc..51d1a592f2 100644
--- a/backends/wince/pocketpc.cpp
+++ b/backends/wince/pocketpc.cpp
@@ -50,8 +50,10 @@
#include "dynamic_imports.h"
#if defined(MIPS) || defined(SH3)
+#if 0
#define GAMEX
#endif
+#endif
#ifdef GAMEX
#include "GameX.h"