diff --git a/assets/config.ini b/assets/config.ini index 5cdcecaa072aa..af09a59f7e6f3 100644 --- a/assets/config.ini +++ b/assets/config.ini @@ -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 @@ -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 @@ -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 @@ -175,6 +164,14 @@ 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 @@ -182,6 +179,11 @@ force_audio_output = off ; 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.