mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-12 21:48:18 -04:00
Added Combo Button Bool setting to use for later implementation.
This commit is contained in:
parent
c2b58c7224
commit
e2e216bcde
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ enum class BooleanSetting(
|
|||
DEBUG_RENDERER("renderer_debug", Settings.SECTION_DEBUG, false),
|
||||
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);
|
||||
UPRIGHT_SCREEN("upright_screen", Settings.SECTION_LAYOUT, false),
|
||||
ENABLE_COMBO_KEY("enable_combo_key", Settings.SECTION_CONTROLS, true);
|
||||
|
||||
override var boolean: Boolean = defaultValue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue