From 374c55e12f998176e3369aeba356de0e9006416d Mon Sep 17 00:00:00 2001 From: eliboa Date: Wed, 25 Jul 2018 17:30:04 +0200 Subject: [PATCH] Update README.md --- README.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 48331cc..1ebfcda 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,14 @@ # TegraRcmGUI -A simple C++ GUI for [TegraRcmSmash](https://github.com/rajkosto/TegraRcmSmash) by [rajkosto](https://github.com/rajkosto). (payload loader for Nintendo Switch) - -## Important notice -This application is just a GUI for the command line program ["TegraRcmSmash"](https://github.com/rajkosto/TegraRcmSmash) (all credits goes to @rajkosto & @ktemkin). -Please, *DO NOT* report issue on TegraRcmSmash's repo, report issue [here](https://github.com/eliboa/TegraRcmGUI/issues) *FIRST*. +A C++ GUI for [TegraRcmSmash](https://github.com/rajkosto/TegraRcmSmash) by [rajkosto](https://github.com/rajkosto). (payload loader for Nintendo Switch) ## Features -- Inject payloads, such as CFW loaders -- Manage favorites ***!new v2.0!*** -- Run Linux on your switch +- Inject payloads (such as CFW bootloader, Nand/Key Dumper, etc) +- Manage favorites +- Run Linux on your switch (ShofEL2) - Mount device as USB mass storage (hold power button down for 10sec to exit) -- Auto inject option : automatically inject payload after selection or/and when the Switch is plugged in RCM mode (does not apply at startup) -- Minimize app to tray & tray icon context menu ***!new v2.0!*** +- Option - "Auto inject" : automatically inject payload after selection or/and when the Switch is plugged in RCM mode (does not apply at startup) +- Option - Minimize app to tray & tray icon's context menu +- Option - Run app at Windows startup - Install APX device driver (if needed) ![Png](http://splatoon.eu/tuto_switch/TegraRcmGUI_v2.1.png) @@ -19,8 +16,17 @@ Please, *DO NOT* report issue on TegraRcmSmash's repo, report issue [here](https ## Download [Latest release](https://github.com/eliboa/TegraRcmGUI/releases) (Windows) -## Credits -- [Kate Temkin](https://github.com/ktemkin) / Fusée Launcher -- [Rajkosto](https://github.com/rajkosto) / TegraRcmSmash (Fusée Launcher reimplementation for Windows), momeloader, SD tool -- [fail0verflow](https://github.com/fail0verflow) / ShofEL2 (Boot stack for no-modification, universal code execution and Linux on the Nintendo Switch) +## Important notice +This UI is **Windows-only**. For non Windows systems, you can use : +- GNU/Linux : [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher) +- OS X & iOS : [NXBoot](https://mologie.github.io/nxboot/) +- Android : [NXLoader](https://github.com/DavidBuchanan314/NXLoader/releases) +## Issues / Suggestions +Please open new [issue](https://github.com/eliboa/TegraRcmGUI/issues) to submit an issue or suggestion. + +## Credits +- [Kate Temkin](https://github.com/ktemkin) / [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher) +- [Rajkosto](https://github.com/rajkosto) / [TegraRcmSmash](https://github.com/rajkosto/TegraRcmSmash) (Fusée Launcher reimplementation for Windows), [memloader](https://github.com/rajkosto/memloader), SD tool +- [fail0verflow](https://github.com/fail0verflow) / [ShofEL2](https://github.com/fail0verflow/shofel2) (Boot stack for no-modification, universal code execution and Linux on the Nintendo Switch) +- [Rob Fisher](http://come.to/robfisher) / GetRelativeFilename