summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings.h')
-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 {
Bc3 = 2,
};
+enum class AspectRatio : u32 {
+ R16_9,
+ R4_3,
+ R21_9,
+ R16_10,
+ Stretch,
+};
+
enum class Category : u32 {
Audio,
Core,