psx_gpu: start handling vram loads/moves for enhancement
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / assem_arm.h
index 0148a95..f4e36a9 100644 (file)
 #endif
 
 #ifndef BASE_ADDR_FIXED
-#ifndef __ANDROID__
-#define BASE_ADDR_FIXED 1
-#else
 #define BASE_ADDR_FIXED 0
 #endif
-#endif
 
 #ifdef FORCE32
 #define REG_SHIFT 2
@@ -70,5 +66,5 @@ extern char *invc_ptr;
 #define BASE_ADDR 0x1000000
 #else
 extern char translation_cache[1 << TARGET_SIZE_2];
-#define BASE_ADDR translation_cache
+#define BASE_ADDR (u_int)translation_cache
 #endif