Merge pull request #8263 from alphanu1/master

Fix missing break (#117)
This commit is contained in:
Twinaphex 2019-02-12 14:50:58 +01:00 committed by GitHub
commit 7b506fafcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1307,6 +1307,7 @@ static int setting_uint_action_left_crt_switch_resolution_super(
break;
case 1: /* for dynamic super resolution switching - best fit */
*setting->value.target.unsigned_integer = 0;
break;
case 1920:
*setting->value.target.unsigned_integer = 1;
break;