haroohie-club / NitroPacker

A utility for (un)packing NDS ROMs as well as patching their ARM9 and overlays
GNU General Public License v3.0
15 stars 2 forks source link

Add container-based patching #1

Closed jonko0493 closed 1 year ago

jonko0493 commented 1 year ago

This adds the ability to specify using Docker instead of installing devkitARM/make when using the patching functionality. It pulls the devkitpro/devkitarm image (with a tag specified by the user) and then execs docker run and passes the make command into the container rather than executing make itself.