PS2: Fix onscreen keyboard not appearing

This commit is contained in:
UnknownShadow200 2025-07-04 23:19:18 +10:00
parent c225539ba7
commit f23afac745

View File

@ -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();