mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
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:
parent
5661570e4e
commit
bb6bc31813
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user