mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 01:30:51 +00:00
(Android) Disable debug input reporting by default
This commit is contained in:
parent
aeebac522c
commit
4343d64b6f
@ -119,7 +119,7 @@
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="Debug input reporting" >
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:defaultValue="false"
|
||||
android:key="input_debug_enable"
|
||||
android:summary="This will report keycodes on-screen generated by your input device(s). Useful for debugging."
|
||||
android:title="Enable" />
|
||||
|
Loading…
Reference in New Issue
Block a user