Dale a tu cuerpo alegría macarena

This commit is contained in:
CamilleLaVey
2026-08-28 17:17:37 -04:00
committed by crueter
parent ee5049f0d3
commit 7e55b4b563
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ void TranslateResolutionInfo(ResolutionSetup setup, ResolutionScalingInfo& info)
}
info.up_factor = static_cast<f32>(info.up_scale) / (1U << info.down_shift);
info.down_factor = static_cast<f32>(1U << info.down_shift) / info.up_scale;
info.active = true;
info.active = info.up_scale != 1 || info.down_shift != 0;
}
void UpdateRescalingInfo() {