yuzu-wiki/Switch-Homebrew.md

18 lines
2.7 KiB
Markdown
Raw Normal View History

2018-01-19 19:25:22 +00:00
### Welcome to the fun and exciting world of Switch homebrew! Things here are brand new and highly technical, so we highly recommend that you don't proceed unless you'd like to get your hands dirty. If so, here are the best resources for getting started:
2018-01-14 08:36:56 +00:00
* [LibTransistor](https://github.com/reswitched/libtransistor), the homebrew library from the [ReSwitched](https://reswitched.tech/) team.
2018-01-18 07:34:25 +00:00
* [LibNx](https://github.com/switchbrew/libnx), the homebrew library from the [SwitchBrew](http://switchbrew.org/index.php?title=Main_Page) team.
Available homebrew demos:
| Name | Download | License | Source | Notes
2018-01-18 07:34:25 +00:00
|-------------|--------------------------------------|---------|------------------|-------------------------
2018-01-20 15:56:31 +00:00
| Spacenx | https://github.com/vgmoose/spacenx/releases/latest | MIT | https://github.com/vgmoose/spacenx | Download the `NRO` file.
2018-02-27 19:17:12 +00:00
| Oxidgb | https://github.com/j-selby/oxidgb/releases/latest | MIT | http://github.com/j-selby/oxidgb/tree/libtransistor | No controls, no audio. Contains https://github.com/svendahlstrand/10-print-game-boy/ |
| Kgdoom | https://github.com/kgsws/kgdoom/raw/master/temp/kgdoom/kgdoom.nro | MIT | https://github.com/kgsws/kgdoom | Unicorn Fallback Issue 0x8000000 prevent from booting (same as Push A NX)|
2018-03-22 17:22:33 +00:00
| Push A NX | https://github.com/Maschell/PushA_NX/blob/master/hello.nro | Unlicensed | https://github.com/Maschell/PushA_NX | A basic "Hello, world" app, uses LibNX. Doesn't work in the latest version of yuzu because of unicorn fallback issue|
2018-03-22 14:27:38 +00:00
| EasyRPG | https://ci.easyrpg.org/job/player-switch/lastSuccessfulBuild/artifact/builds/switch/easyrpg-player-switch.zip | GPL-3.0 | https://github.com/EasyRPG/Player | RPG Maker 2000/2003 game interpreter, uses LibNX |
2018-03-22 14:34:01 +00:00
| Pixel Paint | https://github.com/16BitWonder/Pixel-Painter-Switch/releases/latest | MIT | https://github.com/16BitWonder/Pixel-Painter-Switch | A pixel paint application with 7 colors to choose from, uses LibNX |
2018-02-27 19:17:12 +00:00
| Tic Tac Toe | https://sh3rlock.ch/ttt.nro | Unlicensed | https://sh3rlock.ch/ttt.zip | A simple tic-tac-toe game, uses LibNX |
2018-03-23 16:13:31 +00:00
| pFBA | https://github.com/Cpasjuste/pfba/releases/latest | Unlicensed | https://github.com/Cpasjuste/pfba/tree/new | Portable Final Burn Alpha, a watered down version of MAME, uses LibNX |
2018-02-27 19:18:28 +00:00
| FCEUmm | https://gbatemp.net/attachments/retroarch_switch_nes-zip.115761/ | GPL-2.0 | https://github.com/libretro/libretro-fceumm | An NES emulator for RetroArch. ROMs need to be provided seperately, uses LibTransistor |
2018-02-27 19:17:12 +00:00
| Snes9x-2010 | https://gbatemp.net/attachments/retroarch_switch-nro-zip.115733/ | Unlicensed | https://github.com/libretro/snes9x2010 | An SNES emulator for RetroArch. ROMs need to be provided seperately, uses LibTransistor |