summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/rockboy/rockmacros.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/rockboy/rockmacros.h b/apps/plugins/rockboy/rockmacros.h
index 0e63bad8e9..a138fae2dd 100644
--- a/apps/plugins/rockboy/rockmacros.h
+++ b/apps/plugins/rockboy/rockmacros.h
@@ -52,12 +52,6 @@ void dynamic_recompile (struct dynarec_block *newblock);
52 52
53#define USER_MENU_QUIT -2 53#define USER_MENU_QUIT -2
54 54
55/* Disable ICODE for the ARMs */
56#ifdef CPU_ARM
57#undef ICODE_ATTR
58#define ICODE_ATTR
59#endif
60
61/* Disable IBSS when using dynarec since it won't fit */ 55/* Disable IBSS when using dynarec since it won't fit */
62#ifdef DYNAREC 56#ifdef DYNAREC
63#undef IBSS_ATTR 57#undef IBSS_ATTR