diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-09-26 17:02:06 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-09-26 17:02:06 -0400 |
commit | bb02875e92689198447863a7a901bbe42daae316 (patch) | |
tree | e18eb27a5d414f3f49f1c104a53257e95e1fa8dc /README.md | |
parent | 566d5fe1e012c0001396810bc56395597eb79c2c (diff) | |
parent | 8d6dbe02bbc0b27377417b71d23b441cae7416af (diff) | |
download | gen3uploader-bb02875e92689198447863a7a901bbe42daae316.tar.gz gen3uploader-bb02875e92689198447863a7a901bbe42daae316.tar.bz2 gen3uploader-bb02875e92689198447863a7a901bbe42daae316.zip |
Merge branch 'master' of github.com:hatkirby/gen3uploader
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index e263297..cd3c925 100644 --- a/README.md +++ b/README.md | |||
@@ -28,4 +28,4 @@ From there, you should be able to run the `build.sh` script in the `gen3uploader | |||
28 | Have a GC Controller in Port 1 and a GBA with Gen3 game in Port 2. Run the Wii program, and follow the instructions. The connection is not very stable, and it can take several tries for the program to run successfully. | 28 | Have a GC Controller in Port 1 and a GBA with Gen3 game in Port 2. Run the Wii program, and follow the instructions. The connection is not very stable, and it can take several tries for the program to run successfully. |
29 | 29 | ||
30 | # Acknowledgements | 30 | # Acknowledgements |
31 | Thanks to FIX94 for your multiboot game dumper, which the multiboot code is loosely based on (differences in crypto & protocol...). Thanks to Wack0 for reverse-engineering the gen 3 "different" multiboot protocol. | 31 | Thanks to FIX94 for your [multiboot game dumper](https://github.com/FIX94/gba-link-cable-dumper), which the multiboot code is loosely based on (differences in crypto & protocol). Thanks to Wack0 for [reverse-engineering the gen 3 "different" multiboot protocol](https://github.com/Wack0/gba-gen3multiboot). |