mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-03 11:28:07 -06:00
rsx/rtts: Fix broken optimization check
- Typo. Applying inverse res scale is really not what we want
This commit is contained in:
parent
0052108e87
commit
069821a2e7
@ -1487,7 +1487,7 @@ namespace rsx
|
||||
|
||||
// Perform a test scaling and check if anything is different after scaling
|
||||
// There are many cases where this will avoid creating new surfaces
|
||||
const auto [new_w, new_h] = rsx::apply_inverse_resolution_scale<true>(
|
||||
const auto [new_w, new_h] = rsx::apply_resolution_scale<true>(
|
||||
active_config,
|
||||
surface->template get_surface_width<>(),
|
||||
surface->template get_surface_height<>());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user