mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-29 11:20:40 +00:00
Buildfix (?)
This commit is contained in:
parent
7a7548a70f
commit
37f28ab4eb
@ -447,8 +447,6 @@ inline u32 makecol(int r, int g, int b, int a)
|
||||
return (a << 24)|(r << 16)|(g << 8)|b;
|
||||
}
|
||||
|
||||
inline u16 swap16(u16 data) {return (data >> 8) | (data << 8);}
|
||||
|
||||
void decodeDXT1Block(u32 *dst, const DXT1Block *src, int pitch, bool ignore1bitAlpha = false)
|
||||
{
|
||||
// S3TC Decoder
|
||||
|
Loading…
Reference in New Issue
Block a user