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.
This commit is contained in:
David-John Willis 2011-04-11 18:15:14 +01:00
parent 5661570e4e
commit bb6bc31813
2 changed files with 2 additions and 5 deletions

View File

@ -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"

View File

@ -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"