Remove ARM9 homebrew

archshift 2015-01-10 22:11:45 -08:00
parent 8f37364f78
commit 40a936ab82

@ -6,20 +6,16 @@ This is a very incomplete overview of useful information to get started with 3DS
* [ARM946E-S ™ Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0201d/index.html) * [ARM946E-S ™ Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0201d/index.html)
### Homebrew ### Homebrew
Here are some early homebrew demos (Note that ARM9 homebrew has been deprecated and no longer works with Citra): Here are some early homebrew demos:
* [yeti3DS](https://github.com/smealum/yeti3DS) - A port of the open-source software renderer yeti3D engine * [yeti3DS](https://github.com/smealum/yeti3DS) - A port of the open-source software renderer yeti3D engine
* [Smealum's GPU demo](https://github.com/smealum/ctrulib/tree/master/gpu) - A very simple demo that uses the PICA200 GPU * [Smealum's GPU demo](https://github.com/smealum/ctrulib/tree/master/gpu) - A very simple demo that uses the PICA200 GPU
* [GameYob](https://github.com/Drenn1/GameYob) - A GameBoy/GBC emulator for the 3DS * [GameYob](https://github.com/Drenn1/GameYob) - A GameBoy/GBC emulator for the 3DS
* [blargSNES](https://github.com/StapleButter/blargSnes) - A SNES emulator for the 3DS * [blargSNES](https://github.com/StapleButter/blargSnes) - A SNES emulator for the 3DS
* [3DSCraft](https://github.com/smealum/3dscraft) - A Minecraft clone for the 3DS * [3DSCraft](https://github.com/smealum/3dscraft) - A Minecraft clone for the 3DS
* [ftPony](https://github.com/smealum/ftpony) - A FTP server for transferring files to the 3DS. * [ftPony](https://github.com/smealum/ftpony) - A FTP server for transferring files to the 3DS.
* ~~[Pong3D](http://wiki.gbatemp.net/wiki/Pong3D) - Simple Pong framebuffer demo~~ **[ARM9]**
* ~~[Mandelbrot](https://github.com/Aliakr18/mandelbrot) - Simple mandebrot famebuffer demo~~ **[ARM9]**
* ~~[TE3DS](https://github.com/nop90/TE3DS_HB) - Simple block puzzle game~~ **[ARM9]**
Here are some tools useful for homebrew development: Here are some tools useful for homebrew development:
* [GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded) - This can be used to compile homebrew (you'll also need Python in your path)
* [devkitARM](http://devkitpro.org/wiki/Getting_Started/devkitARM) - This can also be used to build/debug homebrew * [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 user mode arm11 code for the 3DS * [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 * [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.