AutoLoader 3DS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
|version=0.7.0 | |version=0.7.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/autoloader3ds.7z | ||
|website=https://github.com/ksanislo/AutoLoader | |website=https://github.com/ksanislo/AutoLoader | ||
|source=https://github.com/ksanislo/AutoLoader | |source=https://github.com/ksanislo/AutoLoader | ||
}} | }} | ||
{{Obsolete}} | |||
AutoLoader is an automated 3DS CIA installer/updater that operates from a web backend. | |||
This requires | To use with your own app, write the URL to the sd card as /autoloader.url and APT_DoAppJump() over. | ||
This requires the author's fork of [https://github.com/ksanislo/citrus/ citrus] which provides an overloaded version of ctr::app::install() that can accept an httpcContext. | |||
==External links== | |||
* GitHub - https://github.com/ksanislo/AutoLoader | |||
* Reddit - https://www.reddit.com/r/3dshacks/comments/4dc2cf/comment/d1psnyw/?utm_source=share&utm_medium=web2x&context=3 | |||
[[Category:3DS homebrew applications]] | |||
[[Category:3DS homebrew system tools]] | |||
Revision as of 12:42, 30 January 2022
| AutoLoader | |
|---|---|
| File:AutoLoader.jpeg | |
| General | |
| Author | ksanislo |
| Type | System Tools |
| Version | 0.7.0 |
| License | Mixed |
| Last Updated | 2016/03/07 |
| 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. |
AutoLoader is an automated 3DS CIA installer/updater that operates from a web backend.
To use with your own app, write the URL to the sd card as /autoloader.url and APT_DoAppJump() over.
This requires the author's fork of citrus which provides an overloaded version of ctr::app::install() that can accept an httpcContext.