mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 13:08:02 -05:00
video_core: Implement RG8_SINT render target and fix RG8_UINT
This commit is contained in:
@ -68,6 +68,7 @@ enum class RenderTargetFormat : u32 {
|
||||
BGR5A1_UNORM = 0xE9,
|
||||
RG8_UNORM = 0xEA,
|
||||
RG8_SNORM = 0xEB,
|
||||
RG8_SINT = 0xEC,
|
||||
RG8_UINT = 0xED,
|
||||
R16_UNORM = 0xEE,
|
||||
R16_SNORM = 0xEF,
|
||||
|
Reference in New Issue
Block a user