3DS Homebrew: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox 3DS homebrew | title = 3DS_Homebrew | image = https://dlhb.gamebrew.org/3dshomebrew/3DS_Homebrew.jpeg|250px | type = PC Utilities | version = | licence = Mixed | au..." |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = 3DS_Homebrew | |title=3DS_Homebrew | ||
| image = | |image=3dspc.png | ||
| type = | |description=Sample app with basic libraries for 3DS. | ||
| version = | |author=nop90 | ||
| | |lastupdated=2016/05/13 | ||
| | |type=Developments | ||
|version=2016 | |||
| | |license=Mixed | ||
| source = https:// | |download=https://dlhb.gamebrew.org/3dshomebrews/3ds_homebrew_nop90.zip | ||
|website=https://github.com/nop90/3DS_Homebrew | |||
|source=https://github.com/nop90/3DS_Homebrew | |||
}} | }} | ||
{{Obsolete}} | |||
This is a sample homebrew application with basic libraries for 3DS on barebone ARM, part of the work is based from [http://gbatemp.net/threads/homebrew-development.360646/#post-4887740 here]. | |||
'''Note:''' This lib is outdated. | |||
==Changelog== | |||
'''2014/01/18''' | |||
*Fixed buffer pointers and implemented HID management (only buttons. circlepad not yet). | |||
'''2014/01/17''' | |||
* First release. Fixed bug in original pixel drawing function from InsaneKane. | |||
==External links== | |||
* GitHub - https://github.com/nop90/3DS_Homebrew | |||
Latest revision as of 10:30, 22 June 2024
| 3DS_Homebrew | |
|---|---|
| General | |
| Author | nop90 |
| Type | Developments |
| Version | 2016 |
| License | Mixed |
| Last Updated | 2016/05/13 |
| Links | |
| Download | |
| Website | |
| Source | |
| This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
This is a sample homebrew application with basic libraries for 3DS on barebone ARM, part of the work is based from here.
Note: This lib is outdated.
Changelog
2014/01/18
- Fixed buffer pointers and implemented HID management (only buttons. circlepad not yet).
2014/01/17
- First release. Fixed bug in original pixel drawing function from InsaneKane.