Skip to content

Commit

Permalink
Remove unnecessary lines from hekate_ipl.ini and improve config reada…
Browse files Browse the repository at this point in the history
…bility (#206)
  • Loading branch information
Sanrax authored Aug 14, 2023
1 parent ffb4c17 commit 96c4eb0
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/extras/transfer_sd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/extras/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>`.
Expand Down
15 changes: 7 additions & 8 deletions docs/files/emu/hekate_ipl.ini
Original file line number Diff line number Diff line change
@@ -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
13 changes: 6 additions & 7 deletions docs/files/sys/hekate_ipl.ini
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions docs/user_guide/emummc/launching_cfw.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/user_guide/sysnand/launching_cfw.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

0 comments on commit 96c4eb0

Please sign in to comment.