Skip to content
Snippets Groups Projects
Unverified Commit 4294429a authored by Matías Locatti's avatar Matías Locatti Committed by GitHub
Browse files

CPP

parent bb2aec00
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,14 @@ void UpdateRescalingInfo() {
info.up_scale = 6;
info.down_shift = 0;
break;
case ResolutionSetup::Res7X:
info.up_scale = 7;
info.down_shift = 0;
break;
case ResolutionSetup::Res8X:
info.up_scale = 8;
info.down_shift = 0;
break;
default:
ASSERT(false);
info.up_scale = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment