aboutsummaryrefslogtreecommitdiff
path: root/Tools/px_romfs_pruner.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix px_romfs_pruner.py to skip .data filesJames Harrison2014-10-141-1/+1
| | | The .data extension was missing but used in some places; this would cause the pruner to fail with a UnicodeDecodeError.
* romfs pruner: fix filename checkThomas Gubler2014-05-021-1/+1
|
* romfs pruner: do not try to prune .swp filesThomas Gubler2014-05-021-14/+15
|
* ROMFS: only identify *.mix as mixer filesJulian Oes2014-02-171-1/+1
|
* ROMFS: ignore comments and newlines in startup files, text in mixer filesJulian Oes2014-02-171-0/+83