Skip to content

Commit

Permalink
Update Sony_DualSense_(Android_12).cfg
Browse files Browse the repository at this point in the history
# How to use: Unless your phone is rooted, you need to access the autoconfig files
# outside the root file system so you can uncomment the input_vendor* variables,
# in order to enable the controller. To do this:
# * Change the the value in: Settings -> Directory -> "Controller Profiles" from
#   /data/user/0/com.retroarch/autoconfig to /storage/emulated/0/RetroArch/
# * Download the controller files: Settings -> Online Updater -> Update Controller Profiles



See libretro/RetroArch#15996 for the discussion
  • Loading branch information
davidhedlund authored Dec 11, 2023
1 parent e2705c7 commit 913dc94
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions android/Sony_DualSense_(Android_12).cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# [This version is disabled by default to prevent conflict with the older version.]
#
# How to use: Unless your phone is rooted, you need to access the autoconfig files
# outside the root file system so you can uncomment the input_vendor* variables,
# in order to enable the controller. To do this:
# * Change the the value in: Settings -> Directory -> "Controller Profiles" from
# /data/user/0/com.retroarch/autoconfig to /storage/emulated/0/RetroArch/
# * Download the controller files: Settings -> Online Updater -> Update Controller Profiles
#
# Updated controller mapping for Android 12
# Use the older DualSense autoconfig for Android 11
# or earlier.

input_driver = "android"
input_device = "DualSense Wireless Controller" # Bluetooth device name
input_device_display_name = "Sony DualSense (Android 12)"
input_vendor_id = "1356"
input_product_id = "3302"
# input_vendor_id = "1356"
# input_product_id = "3302"

input_b_btn = "96"
input_y_btn = "99"
Expand Down

0 comments on commit 913dc94

Please sign in to comment.