mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Disable sHasDirectTexture because of crash in Nexus S
--HG-- extra : rebase_source : 03daaf6a9b7a562d95bf42c34b997ba234eed022
This commit is contained in:
parent
eb69d1849d
commit
e647509077
@ -103,7 +103,7 @@ static AndroidDirectTexture* sDirectTexture = new AndroidDirectTexture(2048, 204
|
||||
AndroidGraphicBuffer::UsageSoftwareWrite | AndroidGraphicBuffer::UsageTexture,
|
||||
gfxASurface::ImageFormatRGB16_565);
|
||||
|
||||
static bool sHasDirectTexture = true;
|
||||
static bool sHasDirectTexture = false;
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user