mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 13:55:03 -06:00
rsx: End the current frame before performing cache cleanup to release in-flight data
This commit is contained in:
parent
f667b52cca
commit
ec3e8de780
@ -1015,6 +1015,10 @@ namespace rsx
|
|||||||
|
|
||||||
void clear()
|
void clear()
|
||||||
{
|
{
|
||||||
|
// Release objects used for frame data
|
||||||
|
on_frame_end();
|
||||||
|
|
||||||
|
// Nuke the permanent storage pool
|
||||||
m_storage.clear();
|
m_storage.clear();
|
||||||
m_predictor.clear();
|
m_predictor.clear();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user