mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 10:20:49 +00:00
Yet another try at taking care of the GPD crashes in #11063.
Thanks tiagao for all the testing.
This commit is contained in:
parent
6905606c95
commit
8883156e45
@ -139,7 +139,7 @@ void GLRenderManager::ThreadEnd() {
|
||||
frameData_[i].steps.clear();
|
||||
frameData_[i].initSteps.clear();
|
||||
}
|
||||
deleter_.Perform(this, false);
|
||||
deleter_.Perform(this, skipGLCalls_);
|
||||
|
||||
for (int i = 0; i < (int)steps_.size(); i++) {
|
||||
delete steps_[i];
|
||||
|
Loading…
Reference in New Issue
Block a user