diff --git a/README.md b/README.md index b1bcbd4..b36a4e5 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Awoo-Installer +# Awoo Installer A No-Bullshit NSP, NSZ, XCI, and XCZ Installer for Nintendo Switch -![Awoo Installer Main Menu](https://i.imgur.com/I7RC12f.jpg) +![Awoo Installer Main Menu](https://i.imgur.com/jnfr7Kk.jpg) ## Features -- Installs NSP/NSZ/XCI/XCZ files and split NSPs from your SD card -- Installs NSP/NSZ/XCI/XCZ files over LAN or USB from tools such as [ns-usbloader](https://github.com/developersu/ns-usbloader) +- Installs NSP/NSZ/XCI/XCZ files and split NSP/XCI files from your SD card +- Installs NSP/NSZ/XCI/XCZ files over LAN from tools such as [ns-usbloader](https://github.com/developersu/ns-usbloader) - Installs NSP/NSZ/XCI/XCZ files over the internet by URL or Google Drive - Verifies NCAs by header signature before they're installed - Installs and manages the latest signature patches quickly and easily @@ -24,6 +24,6 @@ If you want to do other things like manage installed tickets, titles, and user a - XorTroll for [Plutonium](https://github.com/XorTroll/Plutonium) and [Goldleaf](https://github.com/XorTroll/Goldleaf) - blawar (wife beater) and nicoboss for [NSZ](https://github.com/nicoboss/nsz) support - The kind folks at the AtlasNX Discuck (or at least some of them) -- The also kind folks at the RetroNX Discuck +- The also kind folks at the RetroNX Discuck (of no direct involvement) - [namako8982](https://www.pixiv.net/member.php?id=14235616) for the Momiji art - TheXzoron for being a baka diff --git a/source/ui/optionsPage.cpp b/source/ui/optionsPage.cpp index 7bd42fe..7a7d573 100755 --- a/source/ui/optionsPage.cpp +++ b/source/ui/optionsPage.cpp @@ -129,7 +129,7 @@ namespace inst::ui { } break; case 6: - inst::ui::mainApp->CreateShowDialog("Thanks to the following people!", "- HookedBehemoth for A LOT of contributions\n- Adubbz and other contributors for Tinfoil\n- XorTroll for Plutonium and Goldleaf\n- blawar (wife beater) and nicoboss for NSZ support\n- The kind folks at the AtlasNX Discuck (or at least some of them)\n- The also kind folks at the RetroNX Discuck\n- namako8982 for the Momiji art\n- TheXzoron for being a baka", {"Close"}, true); + inst::ui::mainApp->CreateShowDialog("Thanks to the following people!", "- HookedBehemoth for A LOT of contributions\n- Adubbz and other contributors for Tinfoil\n- XorTroll for Plutonium and Goldleaf\n- blawar (wife beater) and nicoboss for NSZ support\n- The kind folks at the AtlasNX Discuck (or at least some of them)\n- The also kind folks at the RetroNX Discuck (of no direct involvement)\n- namako8982 for the Momiji art\n- TheXzoron for being a baka", {"Close"}, true); break; default: break;