mirror of
https://github.com/open-goal/jak-project
synced 2026-06-05 03:08:40 -04:00
a18d74c6fd
Three fixes for fullscreen map screens: **1. Expand scanlines to cover whole screen** Instead of just the 4:3 square, scales dynamically without overshooting. **2. Fix map icon stretching** On a real PS2, map icons squash incorrectly at 16:9, gets worse with custom aspects. Fixed but preserves original game bug at PS2 16:9. **3. Stop fast map scrolling at high FPS** Same map scroll speed regardless of framerate. Fixes #4195