mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
psp, fix GU hardware rendering
This commit is contained in:
parent
96a972dcec
commit
48fc9762de
4 changed files with 111 additions and 88 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue