mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-02 04:55:28 -06:00
Attempt to deal with merge conflicts
This commit is contained in:
parent
fbb1944fa3
commit
c0afc61c73
@ -49,6 +49,7 @@ enum class BooleanSetting(
|
||||
DISABLE_RIGHT_EYE_RENDER("disable_right_eye_render", Settings.SECTION_RENDERER, false),
|
||||
USE_ARTIC_BASE_CONTROLLER("use_artic_base_controller", Settings.SECTION_CONTROLS, false),
|
||||
UPRIGHT_SCREEN("upright_screen", Settings.SECTION_LAYOUT, false),
|
||||
COMPRESS_INSTALLED_CIA_CONTENT("compress_cia_installs", Settings.SECTION_STORAGE, false),
|
||||
ENABLE_COMBO_KEY("enable_combo_key", Settings.SECTION_CONTROLS, true);
|
||||
|
||||
override var boolean: Boolean = defaultValue
|
||||
|
||||
@ -112,6 +112,7 @@ class Settings {
|
||||
const val SECTION_CUSTOM_LANDSCAPE = "Custom Landscape Layout"
|
||||
const val SECTION_CUSTOM_PORTRAIT = "Custom Portrait Layout"
|
||||
const val SECTION_PERFORMANCE_OVERLAY = "Performance Overlay"
|
||||
const val SECTION_STORAGE = "Storage"
|
||||
const val SECTION_COMBO = "Combo Button"
|
||||
|
||||
const val KEY_BUTTON_A = "button_a"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user