mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 20:27:57 -05:00
Implement I4 texture format
@neobrain, could you confirm that this is correct? It's been tested with various different games and fixes different textures, including in Animal Crossing, Kirby Triple Deluxe, and SMB3D.
This commit is contained in:
@ -156,7 +156,7 @@ struct Regs {
|
||||
I8 = 7,
|
||||
A8 = 8,
|
||||
IA4 = 9,
|
||||
|
||||
I4 = 10,
|
||||
A4 = 11,
|
||||
ETC1 = 12, // compressed
|
||||
ETC1A4 = 13, // compressed
|
||||
|
Reference in New Issue
Block a user