Corgi3DS is a dog-themed LLE 3DS emulator. It can successfully boot a B9S-hacked firmware which then loads an ARM9 payload from an SD image, such as GodMode9. It is even capable of loading the home menu and some commercial games (Ocarina of Time 3D, Pilotwings Resort, and potentially others).
Check out our Discord!
Outside contributions are greatly appreciated! Corgi3DS is licensed under the GPLv3.
Compilation requires Qt 5 and GMP. GMP is the library currently used for handling RSA crypto operations. Corgi3DS is cross-platform, but it may be difficult to compile on Windows due to the GMP requirement.
Make sure you're using MSYS2 MinGW 64-bit for this.
pacman -S mingw-w64-x86_64-{qt5,gmp,cmake}
git clone --recursive https://github.com/PSI-Rockin/Corgi3DS.git
cd Corgi3DS
mkdir build && cd build
cmake .. -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release
make
git clone --recursive https://github.com/PSI-Rockin/Corgi3DS.git
cd Corgi3DS
qmake
make
git clone --recursive https://github.com/PSI-Rockin/Corgi3DS.git
cd Corgi3DS
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
Required files:
essential.exefs
.Optional files:
These files can be given through either the GUI or the CLI. Type -h
or --help
for a list of available commands in the command line.
Due to the risk of corrupted data, make backups of all NAND and SD images used.
The touch screen can be used by clicking anywhere on the bottom screen with the mouse.
Uses https://github.com/kokke/tiny-AES-c, a public domain AES library.