P2: GDEMU Push Script
What: Compile → copy to GDEMU SD → instant boot.
Why: Modern Mirage workflow. Eliminates burn cycle.
Scope: ~50 lines shell. - Mount GDEMU SD card - Copy
.elf or disc image to correct directory structure - Unmount -
make push integration
P2: Debug Overlay
What: On-screen performance stats, texture viewer,
register inspector. Why: Tower of Babel has this.
Nindows (SDK debug overlay) had this. KOS has pvr_stats but
no visual overlay. Reference: Tower of Babel
performance meter (PVR2 register viewer, vertex/polygon counts, FPS,
latency). Scope: ~400 lines C (DC-side rendering of
debug text + stats).