Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 4bc72d5

Browse files
committed
Updated Readme
1 parent 3053a5f commit 4bc72d5

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
![A cute rocket in outerspace!](icon.png)
22
# Fusée Launcher Interfacée (Nintendo Homebrew Version)
3+
A mod of [falquinhos](https://github.com/falquinho/fusee-interfacee-tk) Fusée Launcher for use with Nintendo Homebrew Switch Guide. It also adds the ability to mount SD while in RCM.
4+
35
A very simple GUI for applying [Team {Re}Switched Fusée Launcher script](https://github.com/reswitched/fusee-launcher) onto your Nintendo Switch.
46

57

@@ -8,26 +10,26 @@ A very simple GUI for applying [Team {Re}Switched Fusée Launcher script](https:
810
* I'm assuming you understand how the exploit is done and the setup needed, this README is to help you run this specific app.
911
* Although Fusée is able to exploit any Tegra X1 device, this app is designed to work with Nintendo Switches only.
1012
* The Fusée Launcher script included in this project is slightly modified to be used as a module.
11-
* Binaries built and tested on Ubuntu 17.10 and Windows 10 in a 64 bit machine. If your platform is older you probably won't be able to run the executables.
13+
* Binaries built and tested on Ubuntu 18.10 and OS X (or macOS) 10.9.5. If your platform is older you may not be able to run the executables.
1214

1315

1416
## Running this app
1517
You can run this app as a simple python script or by executing the binary file for your platform.
1618

1719
### Running as a script
1820
* Have latest [python 3](https://www.python.org/downloads/) and [pyusb](https://github.com/pyusb/pyusb) installed.
19-
* __On Windows__ have [libusbk](http://libusbk.sourceforge.net/UsbK3/index.html) as the device driver.
2021
* __On Linux__ have libusb1 installed (you probably already have).
2122
* Download/clone this repo and simply run `app.py` like you would any python script.
2223

2324

2425
### Running the binary file
2526
### Linux
2627
* You need to have `libc ver. 2.61` or higher (if you use a modern distro you probably already have).
27-
* Download the linux binary from the [releases page](https://github.com/falquinho/fusee-interfacee-tk/releases) and run it. It *should* simply work.
28+
* Download the linux binary from the [releases page](https://github.com/nh-server/fusee-interfacee-tk/releases) and run it. It *should* simply work.
29+
30+
### Mac
31+
* Download the mac binary from the [releases page](https://github.com/nh-server/fusee-interfacee-tk/releases) and run it. It *should* simply work.
2832

29-
### Windows
30-
* Download the Windows binary from the [releases page](https://github.com/falquinho/fusee-interfacee-tk/releases) and run it. It *should* simply work.
3133

3234
## Using Fusée Launcher Interfacée
3335
The app is very simple, it should be very intuitive to use:
@@ -45,5 +47,7 @@ If the binary executable won't run in your machine you can build it yourself. Th
4547
If you want to freeze using `pyinstaller` on linux there's a bug on the pip version of it that prevents the `libusb` to
4648
be bundled. You need to donwload [the develop branch of pyinstaller](https://github.com/pyinstaller/pyinstaller/tree/develop) and use it as a script.
4749

48-
## Special Thanks
49-
### To the Team {Re}Switched and contributors. You are awesome. Thanks for your hard work.
50+
## Credits
51+
- [Kate Temkin](https://github.com/ktemkin) / [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher)
52+
- [Rajkosto](https://github.com/rajkosto) / [memloader](https://github.com/rajkosto/memloader), Mounting Tool
53+
- [falquinho](https://github.com/rajkosto) / [Fusée Launcher Interfacée](https://github.com/falquinho/fusee-interfacee-tk), Original Author

0 commit comments

Comments
 (0)