This repository includes:
- User-created nnsdk headers for matching decompilation of some Nintendo games.
- The header files contained herewithin are entirely user created via Reverse Engineering or publicly available sources (non stripped binaries containing symbols and/or debug info), such as Splatoon 2 and Pokémon Sword and Shield.
- Decompilation of sdk modules that are linked statically in some Nintendo games.
Do not ask for or PR any copyrighted material to this repo. You will be ignored. Usage of the materials here outside of matching decompilation is not supported.
- Shadow - For Skyline, which was the primary inspiration and use case for this repo.
- Shibbo - For OdysseyReversed, which most of these headers came from.
- SciresM - For libvapours and exemption for this project to use libvapours results headers under the ISC license
For running commands please install task, CMake, Ninja and Clang/LLVM. The Clang/LLVM toolchain version should match the image used in the PR
Run task pr to run the same checks that the PR runs. Run task fix to fix the clang-format issues.