Merge pull request #3966 from Morph1984/hide-internal-resolution-ui

yuzu/frontend: Remove internal resolution option
This commit is contained in:
bunnei 2020-06-16 14:12:17 -04:00 committed by GitHub
commit 4f35f3b78f
9 changed files with 3 additions and 113 deletions

View file

@ -437,7 +437,7 @@ struct Values {
bool renderer_debug;
int vulkan_device;
float resolution_factor;
u16 resolution_factor{1};
int aspect_ratio;
int max_anisotropy;
bool use_frame_limit;