mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-08 14:56:12 -04:00
PS2: Fix onscreen keyboard not appearing
This commit is contained in:
parent
c225539ba7
commit
f23afac745
@ -152,6 +152,7 @@ void Gfx_Create(void) {
|
||||
Gfx.MaxTexWidth = 1024;
|
||||
Gfx.MaxTexHeight = 1024;
|
||||
Gfx.MaxTexSize = 256 * 256;
|
||||
Gfx.MaxLowResTexSize = 512 * 512; // TODO better fix, needed for onscreen keyboard
|
||||
Gfx.Created = true;
|
||||
|
||||
Gfx_RestoreState();
|
||||
|
Loading…
x
Reference in New Issue
Block a user