Skip to content

Commit

Permalink
update config.ini to Luma3DS v13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gruetzig authored and lilyuwuu committed May 28, 2024
1 parent c86b4be commit daca41d
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions assets/config.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; This configuration file was automatically generated by Luma3DS v13.0.1
; This configuration file was automatically generated by Luma3DS v13.1.1

[meta]
; Do not edit these two lines.
config_version_major = 3
config_version_minor = 10
config_version_minor = 12

[boot]
; Options appearing on the Luma3DS initial boot menu
Expand Down Expand Up @@ -51,17 +51,6 @@ show_system_settings_string = 1
; GBA games.
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
; no directional buttons are pressed.
default_emunand_number = 1
Expand Down Expand Up @@ -126,7 +115,7 @@ ntp_tz_offset_min = 0
screen_filters_top_cct = 6500
screen_filters_bot_cct = 6500

; Gamma adjustment for the screen filters (0 to 1411).
; Gamma adjustment for the screen filters (0 to 8).
; Increasing this above 1 will make colors look more saturated.
screen_filters_top_gamma = 1
screen_filters_bot_gamma = 1
Expand Down Expand Up @@ -175,13 +164,26 @@ autoboot_3ds_app_mem_type = 0
; Also gets bypassed for camera shutter sound.
force_audio_output = off

; Override the volume slider.
; Should be a value between -1 and 100.
; A value of -1 disables the feature.
; A value of 0 means volume muted.
; A value of 100 means maximum volume.
; Needs Rosalina loaded to be applied.
volume_slider_override = -1

; Make the console be always detected as a development unit,
; and conversely (Arm11-side only).
; This breaks online features, amiibo and retail CIAs, but
; allows installing and booting some developer software.
; Only enable this if you know what you are doing!
use_dev_unitinfo = 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
enable_dsi_external_filter = 0

; Disables the fatal error exception handlers for the Arm11
; CPU. Disabling this will disqualify you from submitting
; issues to the Luma3DS repository.
Expand Down

0 comments on commit daca41d

Please sign in to comment.