mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 10:08:00 -05:00
texture: Implement R8G8UI
- Used by The Walking Dead: The Final Season
This commit is contained in:
@ -68,6 +68,7 @@ enum class RenderTargetFormat : u32 {
|
||||
BGR5A1_UNORM = 0xE9,
|
||||
RG8_UNORM = 0xEA,
|
||||
RG8_SNORM = 0xEB,
|
||||
RG8_UINT = 0xED,
|
||||
R16_UNORM = 0xEE,
|
||||
R16_SNORM = 0xEF,
|
||||
R16_SINT = 0xF0,
|
||||
|
Reference in New Issue
Block a user