psp, fix GU hardware rendering

This commit is contained in:
kub 2023-11-23 21:00:56 +01:00
parent 96a972dcec
commit 48fc9762de
4 changed files with 111 additions and 88 deletions

View file

@ -3,6 +3,8 @@ extern int engineStateSuspend;
void emu_handle_resume(void);
void blitscreen_clut(void);
// actually comes from Pico/Misc_amips.s
void memset32_uncached(int *dest, int c, int count);