A client for downloading DS games from the DSShop server.
Available for (New)3DS/2DS(XL).
This is the DSShop Client you will install on your 3DS through FBI.
With that comes also a complete open source repository for interested people.
For the download click this link https://github.com/DSShop/DSShop-Client/releases.
Either download DSShop from GitHub or scan the QR Code found on the website/Discord Server or GitHub.
When downloading the .cia file from GitHub, insert your (micro)SD Card into a device which can read and write to it.
Afterwards put the .cia file into cias folder(if you don't have one, create one) also make sure to have FBI installed on your 3DS.
Finally insert your (micro)SD Card back into your 3DS, open FBI, go to SD, then cias, select DSShop.cia press A and then press A again.
Alternatively you can scan the QR by opening FBI and selecting "Remote Install".
For compiling the DSShop Client on Windows you will need to install https://devkitpro.org/.
Make sure you pick 3DS Development when using the graphical installer on Windows.
If you're on Windows go to C:\devkitPro\msys2, then open msys2.exe, write `pacman -Sys curl` and then `pacman -Sy 3ds-curl`.
Go back to your DSShop directory.
Open Command Prompt and type "cd [DSShop directory]" then type "make".
If you want to clear the directory to for example recompile the code due to self-made changes make sure that CMD is set to the DSShop directory and type in "make clean".
Now you have the .3dsx version of the DSShop.
For .cia compilation is makerom required.
DSShop Team for the development, devkitPro for the devkitARM toolchains and 3DS libraries and Nintendo(not affiliated with this project).
