diff options
author | Matías Locatti <42481638+goldenx86@users.noreply.github.com> | 2023-01-13 08:56:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 08:56:25 +0100 |
commit | d7dbd8e7742328d8a69bd7e01e1bd8cf6d545892 (patch) | |
tree | ab9b09471d054108b28ebab21e8accd58440949f /src | |
parent | CPP (diff) | |
download | yuzu-d7dbd8e7742328d8a69bd7e01e1bd8cf6d545892.tar yuzu-d7dbd8e7742328d8a69bd7e01e1bd8cf6d545892.tar.gz yuzu-d7dbd8e7742328d8a69bd7e01e1bd8cf6d545892.tar.bz2 yuzu-d7dbd8e7742328d8a69bd7e01e1bd8cf6d545892.tar.lz yuzu-d7dbd8e7742328d8a69bd7e01e1bd8cf6d545892.tar.xz yuzu-d7dbd8e7742328d8a69bd7e01e1bd8cf6d545892.tar.zst yuzu-d7dbd8e7742328d8a69bd7e01e1bd8cf6d545892.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index d31784cfc..80b2eeabc 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -62,6 +62,8 @@ enum class ResolutionSetup : u32 { Res4X = 6, Res5X = 7, Res6X = 8, + Res7X = 9, + Res8X = 10, }; enum class ScalingFilter : u32 { |