mirror of
https://protopirate.net/ProtoPirate/ProtoPirate.git
synced 2026-06-07 02:11:41 +00:00
dc5962525d
Replaces dynamic allocation of file entries with a static circular buffer to improve memory usage and reliability. Updates file list building logic to keep only the most recent MAX_FILES_TO_DISPLAY entries, and ensures cache is freed on scene exit to save memory. Also simplifies filename sanitization and capture saving logic.