Skip to content

Lic Pro Controller does not recognize left joystick being pressed right on retropie. #58

Description

@Shadowblitz16

I am using retropie on a raspberry pi 5 and a pro controller with an device name of Lic Pro Controller.

However when I press right on the left joystick the input is not recognized at all.

My wired pro controller works fine.

<?xml version="1.0"?>
<inputList>
  <inputAction type="onfinish">
    <command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
  </inputAction>
  <inputConfig type="joystick" deviceName="PowerA Core (Plus) Wired Controller" deviceGUID="0300c6a9d620000011a7000011010000">
    <input name="rightanalogdown" type="axis" id="3" value="1"/>
    <input name="left" type="hat" id="0" value="8"/>
    <input name="rightanalogleft" type="axis" id="2" value="-1"/>
    <input name="right" type="hat" id="0" value="2"/>
    <input name="pagedown" type="button" id="5" value="1"/>
    <input name="down" type="hat" id="0" value="4"/>
    <input name="rightanalogup" type="axis" id="3" value="-1"/>
    <input name="pageup" type="button" id="4" value="1"/>
    <input name="rightanalogright" type="axis" id="2" value="1"/>
    <input name="y" type="button" id="0" value="1"/>
    <input name="x" type="button" id="3" value="1"/>
    <input name="b" type="button" id="1" value="1"/>
    <input name="a" type="button" id="2" value="1"/>
    <input name="up" type="hat" id="0" value="1"/>
    <input name="select" type="button" id="8" value="1"/>
    <input name="start" type="button" id="9" value="1"/>
    <input name="leftanalogright" type="axis" id="0" value="1"/>
    <input name="leftanalogup" type="axis" id="1" value="-1"/>
    <input name="leftanalogdown" type="axis" id="1" value="1"/>
    <input name="leftanalogleft" type="axis" id="0" value="-1"/>
  </inputConfig>
  <inputConfig type="joystick" deviceName="Lic Pro Controller" deviceGUID="0500b7154c69632050726f20436f6e00">
    <input name="up" type="hat" id="0" value="1"/>
    <input name="down" type="hat" id="0" value="4"/>
    <input name="left" type="hat" id="0" value="8"/>
    <input name="right" type="hat" id="0" value="2"/>
    <input name="b" type="button" id="0" value="1"/>
    <input name="a" type="button" id="1" value="1"/>
    <input name="x" type="button" id="2" value="1"/>
    <input name="y" type="button" id="3" value="1"/>
    <input name="leftshoulder" type="button" id="5" value="1"/>
    <input name="rightshoulder" type="button" id="6" value="1"/>
    <input name="lefttrigger" type="button" id="7" value="1"/>
    <input name="righttrigger" type="button" id="8" value="1"/>
    <input name="select" type="button" id="9" value="1"/>
    <input name="start" type="button" id="10" value="1"/>
    <input name="hotkeyenable" type="button" id="11" value="1" />
    <input name="leftthumb" type="button" id="12" value="1"/>
    <input name="rightthumb" type="button" id="13" value="1"/>
    <input name="leftanalogup" type="axis" id="1" value="-1"/>
    <input name="leftanalogdown" type="axis" id="1" value="1"/>
    <input name="leftanalogleft" type="axis" id="0" value="-1"/>
    <input name="leftanalogright" type="axis" id="0" value="1"/>
    <input name="rightanalogup" type="axis" id="3" value="-1"/>
    <input name="rightanalogdown" type="axis" id="3" value="1"/>
    <input name="rightanalogright" type="axis" id="2" value="1"/>
    <input name="rightanalogleft" type="axis" id="2" value="-1"/>
    <input name="pagedown" type="button" id="6" value="1"/>
    <input name="pageup" type="button" id="5" value="1"/>
  </inputConfig>
</inputList>

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions