Skip to content

Commit 64da9a6

Browse files
a9lh.cfg: Update with different defaults
- Disable autoboot - Add default entries for Luma, Decrypt9, EmuNAND9 and Uncart
1 parent c6e510a commit 64da9a6

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

data/a9lh.cfg

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; CtrBootManager configuration file
22

33
[general] ; General configuration
4-
timeout = 3 ; Default timeout in seconds (-1 = disable autoboot)
4+
timeout = -1 ; Default timeout in seconds (-1 = disable autoboot)
55
recovery = 2 ; Hold this key to enter the menu (SELECT) (keycode: https://goo.gl/4XLDIL)
66
default = 0 ; Default boot entry
77

@@ -17,19 +17,25 @@ bgImgTop = /bgTop.bin ; 400x240 pixels (https://xem.github.io/3DShomebrew/
1717
bgImgBot = /bgBot.bin ; 320x240 pixels
1818

1919
[entry]
20-
title = AuReiNand ;
21-
path = /AuReiNand.bin ;
20+
title = Luma3DS ;
21+
path = /arm9loaderhax.bin ;
2222
offset = 0 ;
2323
key = -1 ; Key to override default boot entry (NONE). Don't remove, must be last entry !
2424

2525
[entry]
26-
title = Cakes ;
27-
path = /Cakes.bin ;
26+
title = Decrypt9 ;
27+
path = /luma/payloads/Decrypt9WIP.bin ;
2828
offset = 0 ;
2929
key = -1 ; Key to override default boot entry (NONE). Don't remove, must be last entry !
3030

3131
[entry]
32-
title = Decrypt9 ;
33-
path = /Decrypt9-A9LH.bin ;
32+
title = EmuNAND9 ;
33+
path = /luma/payloads/EmuNAND9.bin ;
3434
offset = 0 ;
35-
key = 3 ; Key to override default boot entry (START). Don't remove, must be last entry !
35+
key = -1 ; Key to override default boot entry (START). Don't remove, must be last entry !
36+
37+
[entry]
38+
title = Uncart ;
39+
path = /luma/payloads/Uncart.bin ;
40+
offset = 0 ;
41+
key = -1 ; Key to override default boot entry (START). Don't remove, must be last entry !

0 commit comments

Comments
 (0)