mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-03-13 17:22:30 +01:00
android: Disable 'Disable Right Eye Render' option by default
This commit is contained in:
parent
c54ce0a94d
commit
ac68b4becc
@ -64,7 +64,7 @@ enum class IntSetting(
|
||||
DELAY_RENDER_THREAD_US("delay_game_render_thread_us", Settings.SECTION_RENDERER, 0),
|
||||
USE_ARTIC_BASE_CONTROLLER("use_artic_base_controller", Settings.SECTION_CONTROLS, 0),
|
||||
ORIENTATION_OPTION("screen_orientation", Settings.SECTION_LAYOUT, 2),
|
||||
DISABLE_RIGHT_EYE_RENDER("disable_right_eye_render", Settings.SECTION_RENDERER, 1);
|
||||
DISABLE_RIGHT_EYE_RENDER("disable_right_eye_render", Settings.SECTION_RENDERER, 0);
|
||||
override var int: Int = defaultValue
|
||||
|
||||
override val valueAsString: String
|
||||
|
@ -184,7 +184,7 @@ delay_game_render_thread_us =
|
||||
|
||||
# Disables rendering the right eye image.
|
||||
# Greatly improves performance in some games, but can cause flickering in others.
|
||||
# 0: Enable right eye rendering, 1 (default): Disable right eye rendering
|
||||
# 0 (default): Enable right eye rendering, 1: Disable right eye rendering
|
||||
disable_right_eye_render =
|
||||
|
||||
[Layout]
|
||||
|
Loading…
x
Reference in New Issue
Block a user