settings.cpp
This commit is contained in:
@@ -255,6 +255,11 @@ const char* TranslateCategory(Category category) {
|
||||
void TranslateResolutionInfo(ResolutionSetup setup, ResolutionScalingInfo& info) {
|
||||
info.downscale = false;
|
||||
switch (setup) {
|
||||
case ResolutionSetup::Res1_4X:
|
||||
info.up_scale = 1;
|
||||
info.down_shift = 2;
|
||||
info.downscale = true;
|
||||
break;
|
||||
case ResolutionSetup::Res1_2X:
|
||||
info.up_scale = 1;
|
||||
info.down_shift = 1;
|
||||
|
||||
Reference in New Issue
Block a user