More actions
(Created page with "{{Infobox Switch Homebrews |title=Fusee Launcher MacOs |image=Switch-logo.png |description=MacOS launcher for Fusée Gelée. |author=SuperOkazaki |lastupdated=2019/11/13 |type=Payload senders (Software) |version=2019 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/fuseelaunchermacosswitch.7z |website=https://gbatemp.net/threads/tool-fusee-gelee-launcher-for-macos.502075/ |source=https://github.com/SuperOkazaki/fusee-launcher |donation= }} {{#seo: |title=...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Fusee Launcher MacOs | |title=Fusee Launcher MacOs | ||
|image= | |image=fuseelaunchermacosnx.png | ||
|description=MacOS launcher for Fusée Gelée. | |description=MacOS launcher for Fusée Gelée. | ||
|author=SuperOkazaki | |author=SuperOkazaki | ||
|lastupdated=2019/11/ | |lastupdated=2019/11/14 | ||
|type=Payload | |type=Payload Senders (Software) | ||
|version=2019 | |version=2019 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/fuseelaunchermacosnx.7z | ||
|website=https://gbatemp.net/threads/tool-fusee-gelee-launcher-for-macos.502075/ | |website=https://gbatemp.net/threads/tool-fusee-gelee-launcher-for-macos.502075/ | ||
|source=https://github.com/SuperOkazaki/fusee-launcher | |source=https://github.com/SuperOkazaki/fusee-launcher | ||
|donation= | |donation= | ||
}} | }} | ||
This is a simple fork of the original [https://github.com/reswitched/fusee-launcher fusee-launcher]. | |||
| | |||
It contains no payloads. You must download and place the payloads in the "payloads" directory. | |||
'''Note:''' This project still works, and will likely continue to work, but it has been deprecated in favor of [[NXBoot Switch|NXBoot]] for macOS users. | |||
==Installation== | |||
Dependencies: | |||
*Python 3.6+ | |||
*libusb | |||
*pyusb | |||
*tkinter | |||
Instructions: | |||
*Install [https://brew.sh/ Homebrew] | |||
*Install Python 3: <code>brew install python</code> | |||
*Install libusb: <code>brew install libusb</code> | |||
*Install Python dependencies: <code>python3 -m pip install pyusb</code> | |||
== | ==User guide== | ||
< | How to use: | ||
*Install everything in the above <code>Dependencies</code> area. | |||
*Extract the release ZIP, in the folder that was extracted, place your Fusée payloads in the payloads folder. | |||
*Enter RCM mode on the Switch (this will not be covered here). | |||
*While in RCM mode, connect the Switch to a USB port on the computer (using a hub will likely not work). | |||
*Double-click on <code>macOS launch.command</code>. | |||
*Choose a payload from the list. | |||
*Press Run. | |||
If you receive this error <code>usb.core.NoBackendError: No backend available</code>, run <code>brew link --overwrite libusb</code> | |||
== | ==Credit== | ||
*ReSwitched. | |||
*Ktemkin. | |||
*SciresM. | |||
https:// | *[https://gbatemp.net/members/350058/ @gbazone] on GBATemp and his OS X tutorial. | ||
*[https://gbatemp.net/members/373080/ @trainboy2019] on GitHub for making the tkinter GUI and submitting a pull request. | |||
https:// | *@Ickerday on GitHub for code cleanup, general improvements, and submitting a pull request. | ||
Screenshot by [https://gamegaz.com/2018050522405/ mamosuke]. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/SuperOkazaki/fusee-launcher | ||
* GBAtemp - https://gbatemp.net/threads/tool-fusee-gelee-launcher-for-macos.502075/ | |||
Latest revision as of 04:22, 9 July 2023
Fusee Launcher MacOs | |
---|---|
General | |
Author | SuperOkazaki |
Type | Payload Senders (Software) |
Version | 2019 |
License | MIT License |
Last Updated | 2019/11/14 |
Links | |
Download | |
Website | |
Source | |
This is a simple fork of the original fusee-launcher.
It contains no payloads. You must download and place the payloads in the "payloads" directory.
Note: This project still works, and will likely continue to work, but it has been deprecated in favor of NXBoot for macOS users.
Installation
Dependencies:
- Python 3.6+
- libusb
- pyusb
- tkinter
Instructions:
- Install Homebrew
- Install Python 3:
brew install python
- Install libusb:
brew install libusb
- Install Python dependencies:
python3 -m pip install pyusb
User guide
How to use:
- Install everything in the above
Dependencies
area. - Extract the release ZIP, in the folder that was extracted, place your Fusée payloads in the payloads folder.
- Enter RCM mode on the Switch (this will not be covered here).
- While in RCM mode, connect the Switch to a USB port on the computer (using a hub will likely not work).
- Double-click on
macOS launch.command
. - Choose a payload from the list.
- Press Run.
If you receive this error usb.core.NoBackendError: No backend available
, run brew link --overwrite libusb
Credit
- ReSwitched.
- Ktemkin.
- SciresM.
- @gbazone on GBATemp and his OS X tutorial.
- @trainboy2019 on GitHub for making the tkinter GUI and submitting a pull request.
- @Ickerday on GitHub for code cleanup, general improvements, and submitting a pull request.
Screenshot by mamosuke.