Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to GP2XSdlEventManager, and added GP2X code.
svn-id: r50542
This commit is contained in:
parent
1bc87e3bee
commit
a35db656d3
15 changed files with 406 additions and 3170 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue