mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Qt buildfix.
This commit is contained in:
parent
5d836bfa5a
commit
0702861df7
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ void NativeInitGraphics() {
|
|||
ui_draw2d_front.Init(thin3d);
|
||||
|
||||
#ifdef USING_QT_UI
|
||||
uiTexture = thin3d->CreateTextureFromFile("ui_atlas_lowmem.zim");
|
||||
uiTexture = thin3d->CreateTextureFromFile("ui_atlas_lowmem.zim", T3DFileType::ZIM);
|
||||
if (!uiTexture) {
|
||||
#else
|
||||
uiTexture = thin3d->CreateTextureFromFile("ui_atlas.zim", T3DFileType::ZIM);
|
||||
|
|
Loading…
Add table
Reference in a new issue