diff --git a/Developer-Information.md b/Developer-Information.md index ffb902f..27e8360 100644 --- a/Developer-Information.md +++ b/Developer-Information.md @@ -6,9 +6,10 @@ 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) ### Homebrew -Here are some early homebrew demos (ARM9 homebrew has been deprecated and no longer works with Citra): +Here are some early homebrew demos (Note that ARM9 homebrew has been deprecated and no longer works with Citra): * [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 +* [blargSNES](https://github.com/StapleButter/blargSnes) - A very experimental SNES emulator for the 3DS, does not yet work with Citra * ~~[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]**