summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/settings.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index a90fc87a7..1c26081c9 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -116,6 +116,14 @@ enum class AstcRecompression : u32 {
116 Bc3 = 2, 116 Bc3 = 2,
117}; 117};
118 118
119enum class AspectRatio : u32 {
120 R16_9,
121 R4_3,
122 R21_9,
123 R16_10,
124 Stretch,
125};
126
119enum class Category : u32 { 127enum class Category : u32 {
120 Audio, 128 Audio,
121 Core, 129 Core,