mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
rsx: Write a warning to the log if we decide to collapse surfaces to reduce VRAM usage.
This commit is contained in:
parent
ac0c60b740
commit
bbbc5f6e6c
1 changed files with 3 additions and 0 deletions
|
@ -1448,6 +1448,9 @@ namespace rsx
|
|||
{
|
||||
pre_task_callback(cmd);
|
||||
|
||||
rsx_log.warning("[PERFORMANCE WARNING] Invalidated resource pool has exceeded the desired limit. A trim will now be attempted. Current=%u, Limit=%u",
|
||||
invalidated_resources.size(), max_invalidated_resources_count);
|
||||
|
||||
// Check invalidated resources as they can have long dependency chains
|
||||
trim_invalidated_resources(cmd, memory_pressure);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue