aboutsummaryrefslogtreecommitdiff
path: root/backends/events/gph
diff options
context:
space:
mode:
authorDavid-John Willis2011-04-11 18:22:58 +0100
committerDavid-John Willis2011-04-11 18:22:58 +0100
commit6f1c7cf30ac3c36d6ececdadc77ff5cfac3dce66 (patch)
treeb9e2eb02ba30f9bb0eda77dc7618eb0c88049d29 /backends/events/gph
parentbb6bc31813e77b5547b365dc401c0b239952d7c3 (diff)
downloadscummvm-rg350-6f1c7cf30ac3c36d6ececdadc77ff5cfac3dce66.tar.gz
scummvm-rg350-6f1c7cf30ac3c36d6ececdadc77ff5cfac3dce66.tar.bz2
scummvm-rg350-6f1c7cf30ac3c36d6ececdadc77ff5cfac3dce66.zip
GPH: Change backend to mask backend code to GPH_DEVICE.
* This is mainly to make it easy to drop the old GP2X into the same codebase (I really have no desire to manage 2 sets of 99.9% identical code ;)). * Code paths for just one of the supported devices can be runtime worked out or just defined for that device. mount.sh: Fixed some small errors# ../../../../scummvm.gph
Diffstat (limited to 'backends/events/gph')
-rw-r--r--backends/events/gph/gph-events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/events/gph/gph-events.cpp b/backends/events/gph/gph-events.cpp
index 05fd747605..46ab94609c 100644
--- a/backends/events/gph/gph-events.cpp
+++ b/backends/events/gph/gph-events.cpp
@@ -26,7 +26,7 @@
* GPH: Device Specific Event Handling.
*/
-#if defined(GP2XWIZ) || defined(CAANOO)
+#if defined(GPH_DEVICE)
#include "backends/events/gph/gph-events.h"
#include "backends/graphics/gph/gph-graphics.h"