mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 13:19:00 +00:00
video_core: garbage collector (part 1) (#3350)
* Memory information * Buffer cache GC * Texture cache GC * Fix ChangeRegister * Better image touching * Buffer async download on GC destroy * Handle image download, SKIP NON-LINEAR WORKAROUND * Only download when not dirty * Correctly handle BDA pagefile update * Restructure ChangeRegistration
This commit is contained in:
committed by
GitHub
parent
2f701311f2
commit
841aa9e43d
@@ -679,6 +679,7 @@ set(COMMON src/common/logging/backend.cpp
|
||||
src/common/enum.h
|
||||
src/common/io_file.cpp
|
||||
src/common/io_file.h
|
||||
src/common/lru_cache.h
|
||||
src/common/error.cpp
|
||||
src/common/error.h
|
||||
src/common/scope_exit.h
|
||||
|
||||
Reference in New Issue
Block a user