Skip to content

Commit

Permalink
fixed example config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartie95 committed Mar 27, 2021
1 parent 5f12434 commit 2b46dfb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ name=Hekate
path=/payloads/hekate_ctcaer.bin
[LOCKPICKRCM]
name=Hekate
name=Lockpick RCM
path=/payloads/Lockpick_RCM.bin
[UMS]
Expand Down
27 changes: 20 additions & 7 deletions out/config/fastCFWSwitch/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
type=section
name=cfws

[EMUNAND]
name=emunand
path=/payloads/hekate_ctcaer.bin
bootId=emunand

[SYSNAND]
name=sysnand
path=/payloads/hekate_ctcaer.bin
bootId=sysnand

[EMUNAND]
name=emunand
path=/payloads/hekate_ctcaer.bin
bootId=emunand

[ATMOSPHERE]
name=atmosphere
path=/atmosphere/reboot_payload.bin
Expand All @@ -33,5 +33,18 @@ name=Hekate
path=/payloads/hekate_ctcaer.bin

[LOCKPICKRCM]
name=Hekate
path=/payloads/Lockpick_RCM.bin
name=Lockpick RCM
path=/payloads/Lockpick_RCM.bin

[UMS]
name=UMS

[SD_CARD]
name=SD
path=/payloads/hekate_ctcaer.bin
ums = sd

[EMMC_GPT]
name=EMMC GPT
path=/payloads/hekate_ctcaer.bin
ums = emmc_gpt

0 comments on commit 2b46dfb

Please sign in to comment.