From 622a5c21936606dd06faa170378ba0d8ecb90c8f Mon Sep 17 00:00:00 2001 From: PoloNX <57038157+PoloNX@users.noreply.github.com> Date: Wed, 1 Jun 2022 18:48:45 +0200 Subject: [PATCH] readme --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f3d928c --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +## PayloadReboot ðŸ–¥ï¸ + +PayloadReboot is an homebrew for Nintendo Switch which reboot to payload + + +## Screenshot 🎦 + + + + + +## How to build ðŸ—ï¸ + +To build the project you have to download, install devkitpro and follow these commands : + +``sudo dkp-pacman -S switch-sdl2 switch-sdl2_ttf switch-sdl2_image switch-SDL2_gfx`` +``git clone https://github.com/PoloNX/PayloadReboot `` +``cd PayloadReboot `` +``make `` + + + ## Issues 🚩 + + Lakka doesn't work. But I will try to add fix this + + +## Credits 📜 + +- Thanks SciresM for fusee : https://github.com/Atmosphere-NX/Atmosphere +- Thanks CTCaer for hekate : https://github.com/CTCaer/hekate/releases +- Thanks shchmue for lockpick_rcm : https://github.com/shchmue/Lockpick_RCM +- Thanks Zoria to add me in his pack : https://github.com/THZoria/AtmoPack-Vanilla + -- GitLab