Update broken button config.ini to Luma3DS 12.0.1
This commit is contained in:
parent
e311d02c9d
commit
632bea89db
1 changed files with 16 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
|||
; This configuration file was automatically generated by Luma3DS v12.0
|
||||
; This configuration file was automatically generated by Luma3DS v12.0.1
|
||||
|
||||
[meta]
|
||||
; Do not edit these two lines.
|
||||
config_version_major = 3
|
||||
config_version_minor = 5
|
||||
config_version_minor = 7
|
||||
|
||||
[boot]
|
||||
; Options appearing on the Luma3DS initial boot menu
|
||||
|
@ -64,14 +64,6 @@ show_system_settings_string = 1
|
|||
; GBA games.
|
||||
show_gba_boot_screen = 0
|
||||
|
||||
; Force routing audio output to headphones.
|
||||
; Currently only for NATIVE_FIRM.
|
||||
; Due to software limitations, this gets undone if you actually
|
||||
; insert then remove HPs (just enter then exit sleep mode if
|
||||
; this happens).
|
||||
; Also gets bypassed for camera shutter sound.
|
||||
force_headphone_output = 0
|
||||
|
||||
; Default emuNAND number (1 to 4) to be booted when
|
||||
; no directional buttons are pressed.
|
||||
default_emunand_number = 1
|
||||
|
@ -96,11 +88,11 @@ pin_lock_num_digits = 0
|
|||
; it can reveal hidden bugs within some games.
|
||||
app_launch_new_3ds_cpu = off
|
||||
|
||||
; Autoboot mode:
|
||||
; - 0: disabled (boot normally)
|
||||
; - 1: boot into the 3DS title specfied by hbldr_3dsx_titleid
|
||||
; - 2: boot into the DSi title specified by autoboot_dsi_titleid
|
||||
autoboot_mode = 0
|
||||
; Autoboot mode, one of:
|
||||
; - "off"
|
||||
; - "3ds": boot into the 3DS title specfied by hbldr_3dsx_titleid
|
||||
; - "dsi": boot into the DSi title specified by autoboot_dsi_titleid
|
||||
autoboot_mode = off
|
||||
|
||||
[rosalina]
|
||||
; Rosalina options
|
||||
|
@ -173,6 +165,15 @@ autoboot_3ds_app_mem_type = 0
|
|||
[misc]
|
||||
; "Hidden" miscellaneous options.
|
||||
|
||||
; Force routing audio output to headphones or speakers.
|
||||
; One of "off", "headphones", or "speakers".
|
||||
; Currently only for NATIVE_FIRM.
|
||||
; Due to software limitations, this gets undone if you actually
|
||||
; insert and/or remove HPs (just enter then exit sleep mode if
|
||||
; this happens).
|
||||
; Also gets bypassed for camera shutter sound.
|
||||
force_audio_output = off
|
||||
|
||||
; Make the console be always detected as a development unit,
|
||||
; and conversely (Arm11-side only).
|
||||
; This breaks online features, amiibo and retail CIAs, but
|
||||
|
|
Loading…
Reference in a new issue