unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostly useless)

svn-id: r43615
This commit is contained in:
Joost Peters 2009-08-21 22:30:35 +00:00
parent 894635e91d
commit 9a3218e673
7 changed files with 518 additions and 754 deletions

View file

@ -40,7 +40,7 @@
#include "backends/platform/psp/powerman.h"
#include "osys_psp_gu.h"
#include "osys_psp.h"
#include "./trace.h"
@ -151,7 +151,7 @@ int main(void) {
static const char *argv[] = { "scummvm", NULL };
static int argc = sizeof(argv)/sizeof(char *)-1;
g_system = new OSystem_PSP_GU();
g_system = new OSystem_PSP();
assert(g_system);
int res = scummvm_main(argc, argv);