mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-02 03:32:17 +00:00
fix endian in image
This commit is contained in:
parent
e5166a5970
commit
0bae3f8bf9
@ -166,7 +166,7 @@ void __PPGeInit()
|
||||
palette[i] = (val << 12) | 0xFFF;
|
||||
}
|
||||
|
||||
u16 *imagePtr = (u16 *)imageData;
|
||||
u16_le *imagePtr = (u16_le *)imageData;
|
||||
u8 *ramPtr = (u8 *)Memory::GetPointer(atlasPtr);
|
||||
|
||||
// Palettize to 4-bit, the easy way.
|
||||
|
Loading…
x
Reference in New Issue
Block a user