mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-03 21:45:26 +01:00
core+gp2x+psp, fix handling mid-frame palette changes platform, fix vertical scaling, aspect ratio handling (gp2x, psp) libretro, various fixes (input handling, aspect ratio) platform, include current dir in bios search path
11 lines
443 B
C
11 lines
443 B
C
|
|
void bgr444_to_rgb32(void *to, void *from, unsigned entries);
|
|
void bgr444_to_rgb32_sh(void *to, void *from);
|
|
|
|
void vidcpy_m2(void *dest, void *src, int m32col, int with_32c_border);
|
|
void vidcpy_m2_rot(void *dest, void *src, int m32col, int with_32c_border);
|
|
void spend_cycles(int c); // utility
|
|
|
|
void rotated_blit8 (void *dst, void *linesx4, int y, int is_32col);
|
|
void rotated_blit16(void *dst, void *linesx4, int y, int is_32col);
|