summaryrefslogtreecommitdiffstats
path: root/src/video_core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-10-16 03:53:13 +0200
committerLioncash <mathew1800@gmail.com>2019-10-16 03:53:15 +0200
commitcf9e13c255a37bda889a88660e3b00923abbcf47 (patch)
treeb225dfac35c9923f7d37af790f4656b0acd76e6b /src/video_core
parentMerge pull request #2977 from lioncash/algorithm (diff)
downloadyuzu-cf9e13c255a37bda889a88660e3b00923abbcf47.tar
yuzu-cf9e13c255a37bda889a88660e3b00923abbcf47.tar.gz
yuzu-cf9e13c255a37bda889a88660e3b00923abbcf47.tar.bz2
yuzu-cf9e13c255a37bda889a88660e3b00923abbcf47.tar.lz
yuzu-cf9e13c255a37bda889a88660e3b00923abbcf47.tar.xz
yuzu-cf9e13c255a37bda889a88660e3b00923abbcf47.tar.zst
yuzu-cf9e13c255a37bda889a88660e3b00923abbcf47.zip
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/surface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/surface.cpp b/src/video_core/surface.cpp
index 250afc6d6..ef6b3592e 100644
--- a/src/video_core/surface.cpp
+++ b/src/video_core/surface.cpp
@@ -252,6 +252,7 @@ PixelFormat PixelFormatFromTextureFormat(Tegra::Texture::TextureFormat format,
default:
break;
}
+ break;
case Tegra::Texture::TextureFormat::R32_G32_B32_A32:
switch (component_type) {
case Tegra::Texture::ComponentType::FLOAT: