summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/vic.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-10-07 17:06:57 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-10-07 17:06:57 +0200
commit899fdb9c44b0d7c59c30c44963369c92bdc83d23 (patch)
tree7ea185d3b6eed14a2e15cc3e969472dc4278b3b3 /src/video_core/command_classes/vic.h
parentMerge pull request #7118 from ameerj/vc-gpu-impl (diff)
downloadyuzu-899fdb9c44b0d7c59c30c44963369c92bdc83d23.tar
yuzu-899fdb9c44b0d7c59c30c44963369c92bdc83d23.tar.gz
yuzu-899fdb9c44b0d7c59c30c44963369c92bdc83d23.tar.bz2
yuzu-899fdb9c44b0d7c59c30c44963369c92bdc83d23.tar.lz
yuzu-899fdb9c44b0d7c59c30c44963369c92bdc83d23.tar.xz
yuzu-899fdb9c44b0d7c59c30c44963369c92bdc83d23.tar.zst
yuzu-899fdb9c44b0d7c59c30c44963369c92bdc83d23.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/command_classes/vic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/command_classes/vic.h b/src/video_core/command_classes/vic.h
index 74246e08c..ea10c2f0f 100644
--- a/src/video_core/command_classes/vic.h
+++ b/src/video_core/command_classes/vic.h
@@ -38,6 +38,7 @@ private:
enum class VideoPixelFormat : u64_le {
RGBA8 = 0x1f,
BGRA8 = 0x20,
+ RGBX8 = 0x23,
Yuv420 = 0x44,
};