ihaveamac / 3DS-rom-tools

Tools and guides for working with Nintendo 3DS games and applications
318 stars 23 forks source link

A small edit #1

Closed favna closed 8 years ago

favna commented 8 years ago

Figured this would be the easiest way (also because I don't have discord open rn lol).

In extracting from cia for extracting exefsheader the command is currently

3dstool -xvtf exefs exefs --exefs-dir exefs --header exefsheader.bin

Which is better off being

3dstool -xvtf exefs exefs.bin --exefs-dir exefs --header exefsheader.bin

Since there cannot be a directory and file both called exefs to begin with.

ihaveamac commented 8 years ago

fixed it