Fixed ui textures

This commit is contained in:
Jan Racek
2026-03-26 20:27:23 +01:00
parent d5be174247
commit 6bf74fa929
2 changed files with 18 additions and 3 deletions

View File

@@ -54,6 +54,10 @@ namespace SplashEdit.RuntimeCode
_reservedAreas.Add(framebuffers[0]);
_reservedAreas.Add(framebuffers[1]);
// Reserve the font column (x=960-1023) — custom fonts and the system font
// are placed here by PSXUIExporter, outside the packer's control.
_reservedAreas.Add(new Rect(960, 0, 64, VramHeight));
_vramPixels = new VRAMPixel[VramWidth, VramHeight];
}