mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix crash bug
This commit is contained in:
parent
59d80a3785
commit
097638f4fd
1 changed files with 1 additions and 0 deletions
|
@ -406,6 +406,7 @@ GPU_GLES::GPU_GLES(GraphicsContext *ctx)
|
||||||
framebufferManager_ = framebufferManagerGL_;
|
framebufferManager_ = framebufferManagerGL_;
|
||||||
textureCacheGL_ = new TextureCacheGLES();
|
textureCacheGL_ = new TextureCacheGLES();
|
||||||
textureCache_ = textureCacheGL_;
|
textureCache_ = textureCacheGL_;
|
||||||
|
drawEngineCommon_ = &drawEngine_;
|
||||||
|
|
||||||
drawEngine_.SetShaderManager(shaderManager_);
|
drawEngine_.SetShaderManager(shaderManager_);
|
||||||
drawEngine_.SetTextureCache(textureCacheGL_);
|
drawEngine_.SetTextureCache(textureCacheGL_);
|
||||||
|
|
Loading…
Add table
Reference in a new issue