This is so fucking tiring

This commit is contained in:
CamilleLaVey
2026-08-28 03:28:10 -04:00
committed by crueter
parent 47b310266e
commit 8242e54e42
+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 = info.up_scale != 1 || info.down_shift != 0;
info.active = true;
}
void UpdateRescalingInfo() {