Just some sketchwork on a JIT for ARM. When completed, will bring speed to mobile devices.

This commit is contained in:
Henrik Rydgard 2012-11-23 19:41:35 +01:00
parent b964516669
commit 265e70a498
25 changed files with 822 additions and 661 deletions

View file

@ -47,6 +47,8 @@
#include "MenuScreens.h"
#include "UIShader.h"
#include "ARMEmitterTest.h"
Texture *uiTexture;
ScreenManager *screenManager;
@ -145,6 +147,8 @@ void NativeGetAppInfo(std::string *app_dir_name, std::string *app_nice_name, boo
*app_nice_name = "PPSSPP";
*app_dir_name = "ppsspp";
*landscape = true;
ArmEmitterTest();
}
void NativeInit(int argc, const char *argv[], const char *savegame_directory, const char *external_directory, const char *installID)