(VITA) Dynarec working

This commit is contained in:
Francisco José García García
2016-10-03 20:19:11 +02:00
parent 24cbebe2de
commit 6bfb7e1b47
4 changed files with 32 additions and 25 deletions

View File

@@ -21,10 +21,7 @@
#define ARM_EMIT_H
#include "arm_codegen.h"
#if defined(VITA)
#define VITA_RW_INIT sceKernelOpenVMDomain
#define VITA_RW_END sceKernelCloseVMDomain
#endif
u32 arm_update_gba_arm(u32 pc);
u32 arm_update_gba_thumb(u32 pc);
u32 arm_update_gba_idle_arm(u32 pc);