mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
drop unmaintained mips code
can always be brought back if anyone has proof it's faster
This commit is contained in:
parent
334f00e24e
commit
4aedc59300
2 changed files with 0 additions and 1763 deletions
|
@ -129,19 +129,12 @@ static void funcname(int sx, unsigned int pack, int pal) \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef _ASM_DRAW_C_AMIPS
|
|
||||||
int TileNorm(int sx, unsigned int pack, int pal);
|
|
||||||
int TileFlip(int sx, unsigned int pack, int pal);
|
|
||||||
#else
|
|
||||||
|
|
||||||
#define pix_just_write(x) \
|
#define pix_just_write(x) \
|
||||||
if (t) pd[x]=pal|t
|
if (t) pd[x]=pal|t
|
||||||
|
|
||||||
TileNormMaker(TileNorm,pix_just_write)
|
TileNormMaker(TileNorm,pix_just_write)
|
||||||
TileFlipMaker(TileFlip,pix_just_write)
|
TileFlipMaker(TileFlip,pix_just_write)
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _ASM_DRAW_C
|
#ifndef _ASM_DRAW_C
|
||||||
|
|
||||||
// draw a sprite pixel, process operator colors
|
// draw a sprite pixel, process operator colors
|
||||||
|
|
1756
pico/draw_amips.s
1756
pico/draw_amips.s
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue