mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 04:39:34 +00:00
Paranoia
This commit is contained in:
parent
1d053d2ea8
commit
a132b72ba1
@ -111,6 +111,7 @@ void UIScreen::postRender() {
|
||||
if (!draw) {
|
||||
return;
|
||||
}
|
||||
screenManager()->getUIContext()->Flush();
|
||||
draw->EndFrame();
|
||||
}
|
||||
|
||||
|
@ -365,7 +365,7 @@ public:
|
||||
}
|
||||
|
||||
// In case of a remote file, check if it actually exists before locking.
|
||||
if (!info_->GetFileLoader()->Exists()) {
|
||||
if (!info_->GetFileLoader() || !info_->GetFileLoader()->Exists()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user