diff options
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index d0709dc69..87ebf2054 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -61,8 +61,8 @@ enum class RenderTargetFormat : u32 { | |||
| 61 | R32_SINT = 0xE3, | 61 | R32_SINT = 0xE3, |
| 62 | R32_UINT = 0xE4, | 62 | R32_UINT = 0xE4, |
| 63 | R32_FLOAT = 0xE5, | 63 | R32_FLOAT = 0xE5, |
| 64 | // X8R8G8B8_UNORM = 0xE6, | 64 | X8R8G8B8_UNORM = 0xE6, |
| 65 | // X8R8G8B8_SRGB = 0xE7, | 65 | X8R8G8B8_SRGB = 0xE7, |
| 66 | R5G6B5_UNORM = 0xE8, | 66 | R5G6B5_UNORM = 0xE8, |
| 67 | A1R5G5B5_UNORM = 0xE9, | 67 | A1R5G5B5_UNORM = 0xE9, |
| 68 | R8G8_UNORM = 0xEA, | 68 | R8G8_UNORM = 0xEA, |