M3 Powerloader: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
Where game.nds is the file you want to add the loader to. Now a new file named game.ds.gba is created. Put the .ds.gba file on your CF card or on G6 and run from the menu as normal. | Where game.nds is the file you want to add the loader to. Now a new file named game.ds.gba is created. Put the .ds.gba file on your CF card or on G6 and run from the menu as normal. | ||
'''Windows | '''For Windows:''' | ||
To use on a .nds file: copy /b m3powerloader.bin + file.nds file.ds.gba (please refer to the tutorial above). | To use on a .nds file: copy /b m3powerloader.bin + file.nds file.ds.gba (please refer to the tutorial above). | ||
| Line 35: | Line 35: | ||
To use on a .ds.gba file, run [http://davr.drunkencoders.com/pme2nds.zip pme2nds] then follow the .nds instructions. | To use on a .ds.gba file, run [http://davr.drunkencoders.com/pme2nds.zip pme2nds] then follow the .nds instructions. | ||
'''Unix | '''For Unix:''' | ||
cat m3powerloader.bin file.nds > file.ds.gba | cat m3powerloader.bin file.nds > file.ds.gba | ||