summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
diff options
context:
space:
mode:
authorGPUCode <geoster3d@gmail.com>2023-09-21 14:33:44 +0200
committerGPUCode <geoster3d@gmail.com>2023-09-21 14:33:44 +0200
commit4a59dc2947e2a0ce92c0f0b1691ba18e75feb4a2 (patch)
tree42ab09576b8fa4028dfd74cc1803a173a6e4c9c9 /src/video_core/renderer_vulkan/maxwell_to_vk.cpp
parentMerge pull request #11542 from t895/touch-offset-fix (diff)
downloadyuzu-4a59dc2947e2a0ce92c0f0b1691ba18e75feb4a2.tar
yuzu-4a59dc2947e2a0ce92c0f0b1691ba18e75feb4a2.tar.gz
yuzu-4a59dc2947e2a0ce92c0f0b1691ba18e75feb4a2.tar.bz2
yuzu-4a59dc2947e2a0ce92c0f0b1691ba18e75feb4a2.tar.lz
yuzu-4a59dc2947e2a0ce92c0f0b1691ba18e75feb4a2.tar.xz
yuzu-4a59dc2947e2a0ce92c0f0b1691ba18e75feb4a2.tar.zst
yuzu-4a59dc2947e2a0ce92c0f0b1691ba18e75feb4a2.zip
Diffstat (limited to 'src/video_core/renderer_vulkan/maxwell_to_vk.cpp')
-rw-r--r--src/video_core/renderer_vulkan/maxwell_to_vk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/maxwell_to_vk.cpp b/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
index 35bf80ea3..208e88533 100644
--- a/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
+++ b/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
@@ -185,7 +185,7 @@ struct FormatTuple {
{VK_FORMAT_BC2_SRGB_BLOCK}, // BC2_SRGB
{VK_FORMAT_BC3_SRGB_BLOCK}, // BC3_SRGB
{VK_FORMAT_BC7_SRGB_BLOCK}, // BC7_SRGB
- {VK_FORMAT_R4G4B4A4_UNORM_PACK16}, // A4B4G4R4_UNORM
+ {VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT}, // A4B4G4R4_UNORM
{VK_FORMAT_R4G4_UNORM_PACK8}, // G4R4_UNORM
{VK_FORMAT_ASTC_4x4_SRGB_BLOCK}, // ASTC_2D_4X4_SRGB
{VK_FORMAT_ASTC_8x8_SRGB_BLOCK}, // ASTC_2D_8X8_SRGB