mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 19:56:06 +00:00
(Android) Add 'List of autodetected devices'
This commit is contained in:
parent
8c4410158d
commit
9960217184
13
android/phoenix/res/layout/faq_supported_pads.xml
Normal file
13
android/phoenix/res/layout/faq_supported_pads.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:orientation="vertical" >
|
||||||
|
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/textView1"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_margin="40px"
|
||||||
|
android:text="The following pads have been added to the autodetection list:\n\n* Logitech/Logicool Rumblepad 2\n* Microsoft Sidewinder USB (ISSUE - diagonals not working).\n* Microsoft Xbox 360 Wired/Wireless (ISSUE - diagonals not working).\n* PS3 Sixaxis/DualShock 3 (using either USB or Dancingpixelstudios' IME app)\n* MOGA (using either 'root' gamepad mode or official IME app)\n* JXD S5110\n* Snakebyte idroid\n* Logitech Dual Action\n* Mayflash SUper Joy Bx 3 Pro\n*RetroUSB SNES RetroPort\n*RetroUSB NES RetroPad\n*Buffalo SNES Pad\n* Elecom PS1/PS2 to USB\n* Archos gamepad\n* Xbox 1 (Titanium X-Joy Converter) (ISSUE - diagonals not working).\n* Red Samurai (IME app Bluetooth or gamepad mode\n* Xperia Play\n* Trust Raptor\n* Logitech F710\n* DragonRise USB\n* Madcatz PS3 fighting stick (TODO - TEST)\n* iPega (iCade profile)\n* PC2JAMMA-USB (TODO - TEST)\n* Genius MaxFire G-08XU\n* Zeemote Steelseries\n* Saitek Rumblepad\n* Super Smart Joy\n* Groupwise PS2 to USB converter" />
|
||||||
|
</LinearLayout>
|
@ -185,6 +185,10 @@
|
|||||||
android:summary="This will attempt to preconfigure various gamepads and/or IME apps that you connect."
|
android:summary="This will attempt to preconfigure various gamepads and/or IME apps that you connect."
|
||||||
android:title="Enable"
|
android:title="Enable"
|
||||||
android:disableDependentsState="true" />
|
android:disableDependentsState="true" />
|
||||||
|
<PreferenceScreen android:title="List of autodetected devices" >
|
||||||
|
<PreferenceCategory android:title="Configuration Autodetect - Supported Pads" android:layout="@layout/faq_supported_pads" >
|
||||||
|
</PreferenceCategory>
|
||||||
|
</PreferenceScreen>
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:entries="@array/icade_profiles"
|
android:entries="@array/icade_profiles"
|
||||||
android:entryValues="@array/icade_profiles_values"
|
android:entryValues="@array/icade_profiles_values"
|
||||||
|
Loading…
Reference in New Issue
Block a user