diff --git a/_pages/Homebrew-Launcher-(Browser).md b/_pages/Homebrew-Launcher-(Browser).md index 3e6586a8a7..acfab98025 100644 --- a/_pages/Homebrew-Launcher-(Browser).md +++ b/_pages/Homebrew-Launcher-(Browser).md @@ -11,7 +11,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. T #### What you need -+ [`config`](config) ++ [`config.zip`](config.zip) + The [ropbin](https://smealum.github.io/3ds/#otherapp) matching your 3DS's version + The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) + An internet connection setup on your 3DS @@ -20,8 +20,8 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. T ##### Section I - Prep work -1. Copy _the contents of_ the `starter.zip` to the root of your SD card -2. Copy `config` to the `/3ds/menuhax_manager/` folder on your SD card +1. Copy the contents of `starter.zip` to the root of your SD card +2. Copy the contents of `config.zip` to the `/3ds/menuhax_manager/` folder on your SD card 3. Create a folder named `menuhax` on the root of your SD card if it does not already exist 4. Rename the ropbin to `menuhaxmanager_input_payload.bin` 5. Copy `menuhaxmanager_input_payload.bin` to the `/menuhax/` folder on your SD card diff --git a/config b/config deleted file mode 100644 index 5de85ec8f0..0000000000 --- a/config +++ /dev/null @@ -1,4 +0,0 @@ -release_version=v3.1 -sdiconhax 11.1.0 unsupported_menuversion:EUR=v25600,JPN=v28672,KOR=v13312,USA=v26624 -shufflehax 10.6.0 unsupported_menuversion:JPN=v27648,USA=v25600,EUR=v24576 -themehax 10.2.0 unsupported_menuversion:JPN=v24576,USA=v22528,EUR=v21504 diff --git a/images/config.zip b/images/config.zip new file mode 100644 index 0000000000..9c3c9db78f Binary files /dev/null and b/images/config.zip differ