Updated Developer Information (markdown)

archshift 2015-02-01 20:10:37 -08:00
parent 3522e639b4
commit 88eda99228

@ -18,4 +18,5 @@ Here are some tools useful for homebrew development:
* [devkitARM](http://devkitpro.org/wiki/Getting_Started/devkitARM) - This can also be used to build/debug homebrew
* [CTR User Library](https://github.com/smealum/ctrulib) - Library for writing usermode arm11 code for the 3DS
* [Aemstro](https://github.com/smealum/aemstro) - Set of tools used to disassemble and assemble shader code for DMP's MAESTRO shader extension used in the 3DS's PICA200 GPU
* [Error codes](https://gist.github.com/yuriks/715d3478168eb69a28fa) - This python script will (hopefully) decode any error codes you might encounter.
* [Error codes](https://gist.github.com/yuriks/715d3478168eb69a28fa) - This python script will (hopefully) decode any error codes you might encounter.
* [3DS Game Database](3ds.essh.co) - Contains data on all 3DS games, their title IDs, update versions, etc.