diff options
author | ameerj <[email protected]> | 2021-09-10 01:28:02 -0400 |
---|---|---|
committer | Fernando Sahmkow <[email protected]> | 2021-11-16 22:11:30 +0100 |
commit | 80f8d4989eca127c7ca8c7bd63134127d6fd5edc (patch) | |
tree | 299bc0d76a3972fbd1875fec40c051bf8c07ce6c /src/yuzu/uisettings.h | |
parent | fcf2b2c78a3c45ddcda6594b2fd3df733ceb951c (diff) | |
download | yuzu-android-80f8d4989eca127c7ca8c7bd63134127d6fd5edc.tar.gz yuzu-android-80f8d4989eca127c7ca8c7bd63134127d6fd5edc.zip |
bootmanager: Fix screenshot resolution factor usage
Fixes screenshots at non integer scaling
Diffstat (limited to 'src/yuzu/uisettings.h')
-rw-r--r-- | src/yuzu/uisettings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index cac19452f..936914ef3 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h @@ -68,7 +68,6 @@ struct Values { Settings::BasicSetting<bool> enable_discord_presence{true, "enable_discord_presence"}; Settings::BasicSetting<bool> enable_screenshot_save_as{true, "enable_screenshot_save_as"}; - Settings::BasicSetting<u16> screenshot_resolution_factor{0, "screenshot_resolution_factor"}; QString roms_path; QString symbols_path; |