- temporarily remove undo feature

- bump up version number to 0.17.1 in PSP/Windows/android
This commit is contained in:
wagic.the.homebrew
2012-01-14 08:42:03 +00:00
parent 72be9778c8
commit 87a332e3f1
5 changed files with 12 additions and 6 deletions

View File

@@ -10,6 +10,10 @@
#include <malloc.h>
#include <string.h>
//Profiling
//#include <pspprof.h>
#include <pspctrl.h>
#include <unistd.h>
#include <stdio.h>
@@ -299,7 +303,7 @@ int main(int argc, char *argv[])
pspDebugScreenSetTextColor(0xFFFFFFFF);
pspDebugScreenClear();
pspDebugScreenPrintf("Wagic:Loading core...");
pspDebugScreenPrintf("JGE:Loading application...");
JLOG("SetupCallbacks()");
SetupCallbacks();
@@ -343,6 +347,8 @@ int main(int argc, char *argv[])
JGE::Destroy();
g_engine = NULL;
//Profiling
//gprof_cleanup();
sceKernelExitGame();
return 0;