optimizations, fixes, hacks, psp, ...
[libpicofe.git] / psp / emu.h
index d122a20..affd540 100644 (file)
--- a/psp/emu.h
+++ b/psp/emu.h
@@ -28,4 +28,6 @@ void emu_forcedFrame(void);
 
 void emu_msg_cb(const char *msg);
 
+// actually comes from Pico/Misc_amips.s
+void memset32_uncached(int *dest, int c, int count);