-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# A9LH Netload Companion | ||
A simple companion app to receive and run ARM9 payloads for A9LH | ||
|
||
Requires devKitPro, ctrulib and zlib to compile. For easy zlib installation go to: https://github.com/devkitPro/3ds_portlibs | ||
To send a file, use: | ||
3dslink -a [IP] [payload name] | ||
|
||
3dslink is included in devKitPro and also available [from here](http://davejmurphy.com/3dslink/). A9LH Netload Companion will automatically reboot on a succesfull receive. [BootCTR9](https://github.com/hartmannaf/BootCtr9/releases) can easily be set up to run the received file at a button press. | ||
|
||
Requires devKitPro, ctrulib and zlib to compile. For easy zlib installation [go here](https://github.com/devkitPro/3ds_portlibs). |