X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Femu.h;h=affd5402f5975e108144ab6e42d104561118217c;hb=b542be4686241c9e0722ff8e452980f9ac2b4d7c;hp=d122a20d75cc208fc13057be632adfe5fde3e2f4;hpb=8022f53da61b8e70420a3bac97250119bbe26457;p=picodrive.git diff --git a/platform/psp/emu.h b/platform/psp/emu.h index d122a20..affd540 100644 --- a/platform/psp/emu.h +++ b/platform/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);