Fixed missing break (#118)

This commit is contained in:
alphanu1 2019-02-12 13:59:53 +00:00 committed by GitHub
parent aec65d0fa1
commit 32525d6bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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