Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to GP2XSdlEventManager, and added GP2X code.

svn-id: r50542
This commit is contained in:
Alejandro Marzini 2010-07-01 06:07:24 +00:00
parent 1bc87e3bee
commit a35db656d3
15 changed files with 406 additions and 3170 deletions

View file

@ -29,8 +29,11 @@
#include "common/system.h"
#include "common/config-manager.h"
//#define SAMPLES_PER_SEC 11025
#ifdef GP2X
#define SAMPLES_PER_SEC 11025
#else
#define SAMPLES_PER_SEC 22050
#endif
//#define SAMPLES_PER_SEC 44100
SdlMixerManager::SdlMixerManager()