psp fixes, gamma
[libpicofe.git] / psp / emu.h
index 48ce9a3..affd540 100644 (file)
--- a/psp/emu.h
+++ b/psp/emu.h
@@ -26,6 +26,8 @@ void emu_Loop(void);
 void emu_ResetGame(void);
 void emu_forcedFrame(void);
 
-void emu_stateCb(const char *str);
+void emu_msg_cb(const char *msg);
 
+// actually comes from Pico/Misc_amips.s
+void memset32_uncached(int *dest, int c, int count);