Trim
From DS-Xtra
| Notice a mistake? Have something to add? Click here to edit this page. |
|---|
http://blog.dev-scene.com/ratx/archives/category/trim
[edit] Tips
On Windows you can easily convert a batch of ROMs.
- Open a Command Prompt in the directory you have all your ROMs
- Use this command: for %i in (*.nds) do trim.exe ā%iā
