D3-TUI Debug Menu
├── System Info
│   ├── Version: 0.2.0
│   ├── Build: 2026-05-09 09:20:38
│   └── Platform: Dreamcast
├── Performance
│   ├── FPS: 60.0
│   ├── Frame Time: 16.67ms
│   └── Memory Usage: 2.5MB
├── Rendering
│   ├── Polygons: 120
│   ├── Vertices: 480
│   └── Textures: 3
├── Input
│   ├── Controller: Connected
│   ├── Keyboard: Not connected
│   └── VMU: 2 connected
├── Memory
│   ├── Total Allocated: 5MB
│   ├── Current Usage: 2.5MB
│   ├── Peak Usage: 3MB
│   └── Leaks: 0
├── Commands
│   ├── dump_memory: Dump memory stats
│   ├── screenshot: Capture screenshot
│   ├── toggle_profiler: Toggle profiler overlay
│   └── exit: Exit debug menu
└── Exit