summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu.h b/cpu.h
index 9868866..2d252d1 100644
--- a/cpu.h
+++ b/cpu.h
@@ -165,7 +165,8 @@ void flush_translation_cache_rom(void);
void flush_translation_cache_ram(void);
void flush_translation_cache_bios(void);
void dump_translation_cache(void);
-void wipe_caches(void);
+void init_caches(void);
+void init_emitter(void);
extern u32 reg_mode[7][7];
extern u32 spsr[6];