X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu_threaded.c;h=62e29912898b7b47549ccdf0f244b9b81b6d8258;hb=ee0a3871f9982215361cd6bb4758eb9a7c7d8413;hp=4ff1548733c3e4a4e2abc825f4c10fcd4fd402b8;hpb=f50ad10a9b620788f189f0c44fa79b295f52dab4;p=gpsp.git diff --git a/cpu_threaded.c b/cpu_threaded.c index 4ff1548..62e2991 100644 --- a/cpu_threaded.c +++ b/cpu_threaded.c @@ -190,13 +190,9 @@ extern u8 bit_count[256]; #include "psp/mips_emit.h" -#elif defined(GP2X_BUILD) +#elif defined(ARM_ARCH) -#include "gp2x/arm_emit.h" - -#elif defined(GIZ_BUILD) - -#include "giz/arm_emit.h" +#include "arm/arm_emit.h" #else @@ -3485,11 +3481,7 @@ void flush_translation_cache_bios() memset(bios_rom + 0x4000, 0, 0x4000); } -#ifdef GP2X_BUILD - #define cache_dump_prefix "/mnt/nand/" -#else - #define cache_dump_prefix "" -#endif +#define cache_dump_prefix "" void dump_translation_cache() {