Skip to content

Fix Joy-Con preference looking for the wrong key#570

Open
CoolRobloxDeveloper wants to merge 1 commit into
ClassicOldSong:moonlight-noirfrom
CoolRobloxDeveloper:fix_joyconfix_setting
Open

Fix Joy-Con preference looking for the wrong key#570
CoolRobloxDeveloper wants to merge 1 commit into
ClassicOldSong:moonlight-noirfrom
CoolRobloxDeveloper:fix_joyconfix_setting

Conversation

@CoolRobloxDeveloper

Copy link
Copy Markdown

Issue: Currently the joycon fix setting is always false=>Joycons may not work properly
Currently preferences.xml defines the key for the setting as android:key="checkbox_enable_joyconfix" but PreferenceConfiguration looks for a different key: config.enableJoyConFix = prefs.getBoolean("checkbox_joycon_fix",false);
Fix: Make PreferenceConfiguration look for the "checkbox_enable_joyconfix" key.
Closes #450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Issue]: JoyCon D-Pad does not work on any v20.x releases

1 participant