Fix missing break (#117)

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

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;