mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Test crashfix
This commit is contained in:
parent
cbfa4bfc8e
commit
fe1446bf92
1 changed files with 3 additions and 1 deletions
|
@ -491,7 +491,9 @@ void GPUCommon::BeginHostFrame() {
|
|||
|
||||
void GPUCommon::EndHostFrame() {
|
||||
// Probably not necessary.
|
||||
draw_->InvalidateCachedState();
|
||||
if (draw_) {
|
||||
draw_->InvalidateCachedState();
|
||||
}
|
||||
}
|
||||
|
||||
void GPUCommon::Reinitialize() {
|
||||
|
|
Loading…
Add table
Reference in a new issue