diff options
Diffstat (limited to 'src/video_core/surface.cpp')
| -rw-r--r-- | src/video_core/surface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/surface.cpp b/src/video_core/surface.cpp index 52a79e4a7..c50f6354d 100644 --- a/src/video_core/surface.cpp +++ b/src/video_core/surface.cpp | |||
| @@ -308,8 +308,8 @@ PixelFormat PixelFormatFromTextureFormat(Tegra::Texture::TextureFormat format, | |||
| 308 | return PixelFormat::Z32F; | 308 | return PixelFormat::Z32F; |
| 309 | case Tegra::Texture::TextureFormat::Z16: | 309 | case Tegra::Texture::TextureFormat::Z16: |
| 310 | return PixelFormat::Z16; | 310 | return PixelFormat::Z16; |
| 311 | case Tegra::Texture::TextureFormat::Z24S8: | 311 | case Tegra::Texture::TextureFormat::S8Z24: |
| 312 | return PixelFormat::Z24S8; | 312 | return PixelFormat::S8Z24; |
| 313 | case Tegra::Texture::TextureFormat::ZF32_X24S8: | 313 | case Tegra::Texture::TextureFormat::ZF32_X24S8: |
| 314 | return PixelFormat::Z32FS8; | 314 | return PixelFormat::Z32FS8; |
| 315 | case Tegra::Texture::TextureFormat::DXT1: | 315 | case Tegra::Texture::TextureFormat::DXT1: |