Open-source eShop alternative for the Nintendo 3DS.

James Pelster "CaptainSwag101 8edd1ce6bd Fixed build issues 7 years ago
external 41a5116562 Sleep mode install, now without bugs ! 7 years ago
news 086e451fc6 Update 3.0.0 7 years ago
res 41a5116562 Sleep mode install, now without bugs ! 7 years ago
src 41a5116562 Sleep mode install, now without bugs ! 7 years ago
test c4b525ea24 Add unit testing 7 years ago
.build.sh c4b525ea24 Add unit testing 7 years ago
.gitignore d583a4dbc6 Initial commit 7 years ago
.gitmodules 8973b2e54c Add quirc submodule 7 years ago
.travis.yml b7555eb64a Try out codecov 7 years ago
CMakeLists.txt 8edd1ce6bd Fixed build issues 7 years ago
CREDITS.md e893a3aa05 Updated CREDITS file 7 years ago
LICENSE 3ba67a25c3 Updated LICENSE file 7 years ago
README.md 8edd1ce6bd Fixed build issues 7 years ago

README.md

freeShop

Open source eShop alternative for the Nintendo 3DS. Allows you to browse and install titles you own (i.e. titles for which you have the titlekey).

Usage Instructions

  1. Install the CIA file on your CFW of choice (preferably one removing region restrictions)

  2. Put an encTitleKeys.bin file in the directory sdmc:/3ds/data/freeShop/keys/ (or go to update settings in freeShop and add a URL to download)

  3. Launch freeShop and enjoy

Building Instructions

freeShop depends on the cpp3ds library, whose location must be defined in the environment variable CPP3DS. Therefore, freeShop also needs cpp3ds's dependencies as well.

To build from source on a Linux/UNIX-based system, run the following commands:

mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_EMULATOR=OFF -DBUILD_TESTS=OFF ..
make -j4

To build the emulator or unit tests, simply change the relevant flags from "OFF" to "ON".

Credit & Thanks

All the people that helped make this possible listed here.