Update the result code decoder page (it doesn't exist currently)

Valentin Vanelslande 2019-08-30 19:11:44 -05:00
parent 4826a2a186
commit aafbc80863

@ -14,6 +14,6 @@ Here are some tools useful for homebrew development:
* [CTR User Library (ctrulib)](https://github.com/smealum/ctrulib) - Library for writing usermode arm11 code for the 3DS * [CTR User Library (ctrulib)](https://github.com/smealum/ctrulib) - Library for writing usermode arm11 code for the 3DS
* [picasso](https://github.com/fincs/picasso) and [nihstro](https://github.com/neobrain/nihstro) - Assemblers for shader code for the PICA200 GPU used in the 3DS. nihstro also includes a disassembler. * [picasso](https://github.com/fincs/picasso) and [nihstro](https://github.com/neobrain/nihstro) - Assemblers for shader code for the PICA200 GPU used in the 3DS. nihstro also includes a disassembler.
* [Aemstro](https://github.com/smealum/aemstro) - Older shader (dis)assembler. Nowadays picasso or nihstro should be preferred. * [Aemstro](https://github.com/smealum/aemstro) - Older shader (dis)assembler. Nowadays picasso or nihstro should be preferred.
* [Error codes](https://valentinvanelslande.github.io/3ds/result) - This web page will (hopefully) decode any error codes you might encounter. * [Result code decoder](https://n3ds-result-code-decoder.glitch.me) - This web page will (hopefully) decode any result codes you might encounter.
* [3DS Game Database](http://www.3dsdb.com/) - Contains data on all 3DS games, their title IDs, update versions, etc. * [3DS Game Database](http://www.3dsdb.com/) - Contains data on all 3DS games, their title IDs, update versions, etc.
* [Homebrew Libraries and Tools](http://3dbrew.org/wiki/Homebrew_Libraries_and_Tools) - 3DBrew page with more tools and libraries useful for development. * [Homebrew Libraries and Tools](http://3dbrew.org/wiki/Homebrew_Libraries_and_Tools) - 3DBrew page with more tools and libraries useful for development.