Make NSW SD GUI
Version 3
Creates a folder ready to be copied to a Micro SD card with for a modded Switch setup. It inludes:
- Latest Atmosphère
- Latest Hekate
- Latest sys-patch and sigpatches
Also includes a nice option to include the payload.bin
for those with a payload injector or the boot.dat
for those who use a SX dongle for booting.
First version was in Golang, second in .NET Framework 4.8, this one is in C++ (using FLTK for the GUI part) just for the LOLs 🙂.
How to compile
This multi-platform program uses CMake for the build process, so the only thing you have to do is:
cmake -S . -B build -DCMAKE_BUILD_TYPE=MinSizeRel
cmake --build build --config MinSizeRel
NOTE: In debian/ubuntu you might need to install the following packages:
sudo apt-get install git build-essential cmake libssl-dev libcurl4-openssl-dev libglu1-mesa-dev -y
If you have any questions, please feel free to send me an email.