mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +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
@@ -136,7 +136,7 @@ void Liverpool::Process(std::stop_token stoken) {
|
||||
if (submit_done) {
|
||||
VideoCore::EndCapture();
|
||||
if (rasterizer) {
|
||||
rasterizer->EndCommandList();
|
||||
rasterizer->OnSubmit();
|
||||
rasterizer->Flush();
|
||||
}
|
||||
submit_done = false;
|
||||
|
||||
Reference in New Issue
Block a user