mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-05 21:20:01 +00:00
Just add a sanity check in NativeInitGraphics.
This commit is contained in:
parent
a3252078e6
commit
397846c0fc
@ -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…
x
Reference in New Issue
Block a user