You've already forked switch-guide
mirror of
https://github.com/nh-server/switch-guide.git
synced 2026-04-30 11:24:21 -07:00
Remove unnecessary lines from hekate_ipl.ini and improve config readability (#206)
This commit is contained in:
@@ -46,4 +46,4 @@ You should first check whether you have a file or partition based emuMMC:
|
||||
14. Restore the backup by tapping on both `SD emuMMC BOOT0 & BOOT1` and `SD emuMMC RAW GPP` (Note: raw gpp may take a while).
|
||||
- It is very important that for both of these the `SD emuMMC Raw Partition` option is enabled, otherwise you will be altering your sysMMC
|
||||
which is not what you want.
|
||||
15. Your emuMMC is now restored on the new SD card and you should be able to launch it from `Launch` -> `Atmosphere FSS0 EmuMMC` in hekate.
|
||||
15. Your emuMMC is now restored on the new SD card and you should be able to launch it from `Launch` -> `Atmosphere FSS0 emuMMC` in hekate.
|
||||
|
||||
@@ -101,7 +101,7 @@ If you keep your emuMMC offline, you will have to use a gamecard to update your
|
||||
|
||||
### Updating your emuMMC with Daybreak
|
||||
|
||||
1. In Hekate go to `Launch -> Atmosphere FSS0 Emu`.
|
||||
1. In Hekate go to `Launch -> Atmosphere FSS0 emuMMC`.
|
||||
2. Once booted, hold `R` while launching a game to boot into the homebrew menu.
|
||||
3. Find Daybreak in the homebrew menu and launch it.
|
||||
4. Tap on `Install` and navigate to `tegraexplorer/Firmware/<latest firmware number>`.
|
||||
|
||||
@@ -1,21 +1,20 @@
|
||||
[config]
|
||||
updater2p=1
|
||||
{------ Atmosphere ------}
|
||||
[Atmosphere FSS0 EmuMMC]
|
||||
|
||||
[Atmosphere FSS0 emuMMC]
|
||||
fss0=atmosphere/package3
|
||||
kip1=atmosphere/kips/*
|
||||
emummcforce=1
|
||||
icon=bootloader/res/emu_boot.bmp
|
||||
{}
|
||||
[Atmosphere FSS0 SYS]
|
||||
|
||||
[Atmosphere FSS0 sysMMC]
|
||||
fss0=atmosphere/package3
|
||||
kip1=atmosphere/kips/*
|
||||
emummc_force_disable=1
|
||||
icon=bootloader/res/sys_cfw_boot.bmp
|
||||
{}
|
||||
{-------- Stock ---------}
|
||||
[Stock SYS]
|
||||
|
||||
[Stock sysMMC]
|
||||
fss0=atmosphere/package3
|
||||
stock=1
|
||||
emummc_force_disable=1
|
||||
stock=1
|
||||
icon=bootloader/res/stock_boot.bmp
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
[config]
|
||||
updater2p=1
|
||||
{------ Atmosphere ------}
|
||||
[Atmosphere FSS0 SYS]
|
||||
|
||||
[Atmosphere FSS0 sysMMC]
|
||||
fss0=atmosphere/package3
|
||||
kip1=atmosphere/kips/*
|
||||
emummc_force_disable=1
|
||||
icon=bootloader/res/sys_cfw_boot.bmp
|
||||
{}
|
||||
{-------- Stock ---------}
|
||||
[Stock SYS]
|
||||
|
||||
[Stock sysMMC]
|
||||
fss0=atmosphere/package3
|
||||
stock=1
|
||||
emummc_force_disable=1
|
||||
icon=bootloader/res/stock_boot.bmp
|
||||
stock=1
|
||||
icon=bootloader/res/stock_boot.bmp
|
||||
|
||||
@@ -14,7 +14,7 @@ Unlike systems such as the DSi, Wii, or 3DS, Switch CFW is currently volatile. I
|
||||
!!! tip ""
|
||||
1. Power on your Switch into RCM, and inject the Hekate payload
|
||||
2. Navigate to `Launch` using the touch screen
|
||||
3. Find `Atmosphere FSS0 EmuMMC` and launch it
|
||||
3. Find `Atmosphere FSS0 emuMMC` and launch it
|
||||
|
||||
Your Switch is now booting into Atmosphere.
|
||||
|
||||
@@ -62,4 +62,4 @@ You will now be able to launch the Homebrew Menu by opening the album or by hold
|
||||
### Updating your setup
|
||||
|
||||
!!! tip ""
|
||||
Whenever a new Switch firmware update releases you may need to update your files to be able to use CFW on the new version. Make sure to follow the instructions on [this page](../../extras/updating.md) to update your setup correctly.
|
||||
Whenever a new Switch firmware update releases you may need to update your files to be able to use CFW on the new version. Make sure to follow the instructions on [this page](../../extras/updating.md) to update your setup correctly.
|
||||
|
||||
@@ -11,7 +11,7 @@ Unlike systems such as the DSi, Wii, or 3DS, Switch CFW is currently volatile. I
|
||||
!!! tip ""
|
||||
1. Power on your Switch into RCM, and inject the Hekate payload
|
||||
2. Navigate to `Launch` using the touch screen
|
||||
3. Find `Atmosphere FSS0 SYS` and launch it
|
||||
3. Find `Atmosphere FSS0 sysMMC` and launch it
|
||||
|
||||
Your Switch is now booting into Atmosphere.
|
||||
|
||||
@@ -59,4 +59,4 @@ You will now be able to launch the Homebrew Menu by opening the album or by hold
|
||||
### Updating your setup
|
||||
|
||||
!!! tip ""
|
||||
Whenever a new Switch firmware update releases you may need to update your files to be able to use CFW on the new version. Make sure to follow the instructions on [this page](../../extras/updating.md) to update your setup correctly.
|
||||
Whenever a new Switch firmware update releases you may need to update your files to be able to use CFW on the new version. Make sure to follow the instructions on [this page](../../extras/updating.md) to update your setup correctly.
|
||||
|
||||
Reference in New Issue
Block a user