Update config.ini for 13.0.1
This commit is contained in:
parent
e9c3695b15
commit
0308bc98a1
1 changed files with 17 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
||||||
; This configuration file was automatically generated by Luma3DS v12.0.1
|
; This configuration file was automatically generated by Luma3DS v13.0.1
|
||||||
|
|
||||||
[meta]
|
[meta]
|
||||||
; Do not edit these two lines.
|
; Do not edit these two lines.
|
||||||
config_version_major = 3
|
config_version_major = 3
|
||||||
config_version_minor = 7
|
config_version_minor = 10
|
||||||
|
|
||||||
[boot]
|
[boot]
|
||||||
; Options appearing on the Luma3DS initial boot menu
|
; Options appearing on the Luma3DS initial boot menu
|
||||||
|
@ -15,15 +15,6 @@ config_version_minor = 7
|
||||||
; Hold Up/Right/Down/Left to select emuNAND no. 1/2/3/4.
|
; Hold Up/Right/Down/Left to select emuNAND no. 1/2/3/4.
|
||||||
autoboot_emunand = 0
|
autoboot_emunand = 0
|
||||||
|
|
||||||
; If enabled, when holding R on boot, sysNAND will be
|
|
||||||
; booted with the FIRM of the selected emuNANDs.
|
|
||||||
; Otherwise, the selected emuNAND will be booted using
|
|
||||||
; the sysNAND's FIRM.
|
|
||||||
; Use directional keys to select between emuNANDs
|
|
||||||
; (see above). Additionally hold 'A' if you happen to
|
|
||||||
; have a matching payload in /luma/payloads.
|
|
||||||
use_emunand_firm_if_r_pressed = 0
|
|
||||||
|
|
||||||
; Enable loading external FIRMs and system modules from
|
; Enable loading external FIRMs and system modules from
|
||||||
; Luma3DS's folders. Usually not needed. Refer to wiki
|
; Luma3DS's folders. Usually not needed. Refer to wiki
|
||||||
; for further details.
|
; for further details.
|
||||||
|
@ -50,10 +41,6 @@ app_syscore_threads_on_core_2 = 0
|
||||||
; - Sys = sysNAND
|
; - Sys = sysNAND
|
||||||
; - Emu = emuNAND 1
|
; - Emu = emuNAND 1
|
||||||
; - EmuX = emuNAND X
|
; - EmuX = emuNAND X
|
||||||
; - SysE = sysNAND with emuNAND 1 FIRM
|
|
||||||
; - SyEX = sysNAND with emuNAND X FIRM
|
|
||||||
; - EmuS = emuNAND 1 with sysNAND FIRM
|
|
||||||
; - EmXS = emuNAND X with sysNAND FIRM
|
|
||||||
; You can also opt to display your own custom string
|
; You can also opt to display your own custom string
|
||||||
; (max 19 characters) by creating and writing to the
|
; (max 19 characters) by creating and writing to the
|
||||||
; following files: /luma/customversion_NANDtype.txt
|
; following files: /luma/customversion_NANDtype.txt
|
||||||
|
@ -64,6 +51,17 @@ show_system_settings_string = 1
|
||||||
; GBA games.
|
; GBA games.
|
||||||
show_gba_boot_screen = 0
|
show_gba_boot_screen = 0
|
||||||
|
|
||||||
|
; Enables replacing the default convolution-based upscaling
|
||||||
|
; filter used for DS(i) software by the contents of the binary file
|
||||||
|
; /luma/twl_upscaling_filter.bin. Refer to the wiki for further
|
||||||
|
; details.
|
||||||
|
enable_dsi_external_filter = 0
|
||||||
|
|
||||||
|
; Allows Left+Right and Up+Down combos (using DPAD and CPAD
|
||||||
|
; simultaneously) in DS(i) software. Commercial software filter
|
||||||
|
; these combos on their own too, though.
|
||||||
|
allow_updown_leftright_dsi = 0
|
||||||
|
|
||||||
; Default emuNAND number (1 to 4) to be booted when
|
; Default emuNAND number (1 to 4) to be booted when
|
||||||
; no directional buttons are pressed.
|
; no directional buttons are pressed.
|
||||||
default_emunand_number = 1
|
default_emunand_number = 1
|
||||||
|
@ -102,7 +100,10 @@ autoboot_mode = off
|
||||||
hbldr_3dsx_titleid = 000400000d921e00
|
hbldr_3dsx_titleid = 000400000d921e00
|
||||||
|
|
||||||
; Button combo to open the Rosalina menu.
|
; Button combo to open the Rosalina menu.
|
||||||
rosalina_menu_combo = Y+X
|
rosalina_menu_combo = X+Y
|
||||||
|
|
||||||
|
; Plugin loader enabled state.
|
||||||
|
plugin_loader_enabled = 0
|
||||||
|
|
||||||
; NTP timezone offset, in minutes (-779 to 899).
|
; NTP timezone offset, in minutes (-779 to 899).
|
||||||
ntp_tz_offset_min = 0
|
ntp_tz_offset_min = 0
|
||||||
|
|
Loading…
Reference in a new issue