Cleanup. / Add speed meter for 'operator new'

svn-id: r22887
This commit is contained in:
Won Star 2006-06-03 15:07:26 +00:00
parent cb50b454e7
commit db709f57f6
2 changed files with 20 additions and 11 deletions

View file

@ -66,9 +66,10 @@ void GpMain(void *arg) {
gp_setCpuSpeed(g_vars.cpuSpeed);
// FOR DEBUG PURPOSE!
int argc = 1;
//int argc = 4;
//char *argv[] = { "scummvm", "-enull", "-pgp:\\game\\dott\\", "tentacle" };
char *argv[] = { "scummvm", "-d9" };
//int argc = 2;
//char *argv[] = { "scummvm", "-d5" };
extern OSystem *OSystem_GP32_create();
g_system = OSystem_GP32_create();