We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0052108 commit 069821aCopy full SHA for 069821a
1 file changed
rpcs3/Emu/RSX/Common/surface_store.h
@@ -1487,7 +1487,7 @@ namespace rsx
1487
1488
// Perform a test scaling and check if anything is different after scaling
1489
// There are many cases where this will avoid creating new surfaces
1490
- const auto [new_w, new_h] = rsx::apply_inverse_resolution_scale<true>(
+ const auto [new_w, new_h] = rsx::apply_resolution_scale<true>(
1491
active_config,
1492
surface->template get_surface_width<>(),
1493
surface->template get_surface_height<>());
0 commit comments