diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/events/gph/gph-events.cpp | 2 | ||||
-rw-r--r-- | backends/graphics/gph/gph-graphics.cpp | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | backends/platform/gph/gp2x-bundle.mk (renamed from backends/platform/gp2x/gp2x-bundle.mk) | 0 | ||||
-rw-r--r-- | backends/platform/gph/gph-main.cpp | 2 | ||||
-rw-r--r-- | backends/platform/gph/gph-sdl.h | 2 |
5 files changed, 4 insertions, 4 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" 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" diff --git a/backends/platform/gp2x/gp2x-bundle.mk b/backends/platform/gph/gp2x-bundle.mk index 67d22d1889..67d22d1889 100755..100644 --- a/backends/platform/gp2x/gp2x-bundle.mk +++ b/backends/platform/gph/gp2x-bundle.mk diff --git a/backends/platform/gph/gph-main.cpp b/backends/platform/gph/gph-main.cpp index c7d691fc66..f91ec8f478 100644 --- a/backends/platform/gph/gph-main.cpp +++ b/backends/platform/gph/gph-main.cpp @@ -24,7 +24,7 @@ #include "backends/plugins/sdl/sdl-provider.h" #include "base/main.h" -#if defined(GP2XWIZ) || defined(CAANOO) +#if defined(GPH_DEVICE) int main(int argc, char *argv[]) { diff --git a/backends/platform/gph/gph-sdl.h b/backends/platform/gph/gph-sdl.h index ef696bc3d8..51c609d29e 100644 --- a/backends/platform/gph/gph-sdl.h +++ b/backends/platform/gph/gph-sdl.h @@ -23,7 +23,7 @@ #ifndef GPH_H #define GPH_H -#if defined(GP2XWIZ) || defined(CAANOO) +#if defined(GPH_DEVICE) #include "backends/base-backend.h" #include "backends/platform/sdl/sdl.h" |