From bb6bc31813e77b5547b365dc401c0b239952d7c3 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Mon, 11 Apr 2011 18:15:14 +0100 Subject: GP2X: Mask off the graphics and events code behind a GP2X_OLD define. * This is a temp thing while I finish up merging the GP2X and GPH code. I do not want the GP2X backend code dropped yet until this is complete. --- backends/events/gp2xsdl/gp2xsdl-events.cpp | 2 +- backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/backends/events/gp2xsdl/gp2xsdl-events.cpp b/backends/events/gp2xsdl/gp2xsdl-events.cpp index 38b7a47346..86d4de384f 100644 --- a/backends/events/gp2xsdl/gp2xsdl-events.cpp +++ b/backends/events/gp2xsdl/gp2xsdl-events.cpp @@ -22,7 +22,7 @@ #include "common/scummsys.h" -#if defined(GP2X) +#if defined(GP2X_OLD) #include "backends/events/gp2xsdl/gp2xsdl-events.h" #include "backends/platform/gp2x/gp2x-hw.h" diff --git a/backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp b/backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp index 75a1f17674..6e5a35a1b1 100644 --- a/backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp +++ b/backends/graphics/gp2xsdl/gp2xsdl-graphics.cpp @@ -18,14 +18,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #include "common/scummsys.h" -#ifdef GP2X +#if defined(GP2X_OLD) #include "backends/graphics/gp2xsdl/gp2xsdl-graphics.h" #include "graphics/scaler/aspect.h" -- cgit v1.2.3