mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-05 22:46:56 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue