yuzu/frontend: Remove internal resolution option

This commit is contained in:
Morph 2020-06-06 15:56:14 -04:00
parent 1b64fae912
commit 03fad5ebe8
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;