mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
Merge from libretro/master:46902e0 for repo synchronization
This commit is contained in:
parent
9d1ecde692
commit
61d76999d7
74 changed files with 14043 additions and 2094 deletions
3
platform/ps2/asm.h
Normal file
3
platform/ps2/asm.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
// By right, input and output pointers must be all quad-word aligned. Unfortunately, some stuff that Picodrive passes to these functions aren't aligned to that degree. And so, only double-word alignment is required.
|
||||
void do_pal_convert(unsigned short *dest, const unsigned short *src);
|
||||
void do_pal_convert_with_shadows(unsigned short *dest, const unsigned short *src);
|
Loading…
Add table
Add a link
Reference in a new issue