mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 19:00:23 +00:00
Typo.
This commit is contained in:
parent
ad6b176e11
commit
b279b6d461
@ -194,7 +194,7 @@ void __PPGeInit()
|
||||
|
||||
// Palettize to 4-bit, the easy way.
|
||||
for (int i = 0; i < width * height / 2; i++) {
|
||||
// Each pixel is 16 bits, so this loads two bits.
|
||||
// Each pixel is 16 bits, so this loads two pixels.
|
||||
u32 c = imagePtr[i];
|
||||
// It's white anyway, so we only look at one channel of each pixel.
|
||||
int a1 = (c & 0x0000000F) >> 0;
|
||||
|
Loading…
Reference in New Issue
Block a user