mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
rsx: Fix internal res tracking
This commit is contained in:
parent
cd87a64621
commit
7fcd747819
|
|
@ -1630,7 +1630,10 @@ namespace rsx
|
|||
layout.aa_factors[1] = aa_factor_v;
|
||||
|
||||
// Log this to frame stats
|
||||
if (layout.target != rsx::surface_target::none)
|
||||
{
|
||||
m_frame_stats.framebuffer_stats.add(layout.width, layout.height, aa_mode);
|
||||
}
|
||||
|
||||
// Check if anything has changed
|
||||
bool really_changed = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue