mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-30 08:43:03 +02:00
(VITA) Dynarec working
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user