mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Just add a sanity check in NativeInitGraphics.
This commit is contained in:
parent
a3252078e6
commit
397846c0fc
1 changed files with 2 additions and 0 deletions
|
@ -870,6 +870,8 @@ bool CreateGlobalPipelines();
|
|||
bool NativeInitGraphics(GraphicsContext *graphicsContext) {
|
||||
INFO_LOG(SYSTEM, "NativeInitGraphics");
|
||||
|
||||
_assert_(screenManager);
|
||||
|
||||
// We set this now so any resize during init is processed later.
|
||||
resized = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue