diff options
author | David-John Willis | 2011-04-11 18:22:58 +0100 |
---|---|---|
committer | David-John Willis | 2011-04-11 18:22:58 +0100 |
commit | 6f1c7cf30ac3c36d6ececdadc77ff5cfac3dce66 (patch) | |
tree | b9e2eb02ba30f9bb0eda77dc7618eb0c88049d29 /backends/graphics/gph | |
parent | bb6bc31813e77b5547b365dc401c0b239952d7c3 (diff) | |
download | scummvm-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/graphics/gph')
-rw-r--r-- | backends/graphics/gph/gph-graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/gph/gph-graphics.cpp b/backends/graphics/gph/gph-graphics.cpp index 2f971f8da1..4f2185ef4b 100644 --- a/backends/graphics/gph/gph-graphics.cpp +++ b/backends/graphics/gph/gph-graphics.cpp @@ -22,7 +22,7 @@ #include "common/scummsys.h" -#if defined(GP2XWIZ) || defined(CAANOO) +#if defined(GPH_DEVICE) #include "backends/graphics/gph/gph-graphics.h" #include "backends/events/gph/gph-events.h" |