Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG Controllers Configuration #1064

Closed
czapa86 opened this issue May 11, 2024 · 2 comments
Closed

BUG Controllers Configuration #1064

czapa86 opened this issue May 11, 2024 · 2 comments

Comments

@czapa86
Copy link

czapa86 commented May 11, 2024

Hello,

i recently opened issue where i cannot get xbox wireless controler to work properly on ArkOS using bluetooth.
I was able to solve the issue. There are two main reasons that it doesn't work.

  1. Menu -> Configure Input doesn't save:
    input_l_btn = "x"
    input_r_btn = "y"
    for ALL controllers. These two parametrs are not included in the config file for retroarch in /udev/ folder for all controllers, even for the device itself (i additionally tested dualshock 4 & xbox series s controllers). It is causing that select+start+L1+R1 button combination don't bring retroarch menu.
  2. Menu -> Configure Input saves xbox series s controller as:
    input_vendor_id = "0"
    input_product_id = "0"
    where it should recognize it as
    input_vendor_id = "1118"
    input_product_id = "2835"
    There was also problem with recognizing L2 and R2 buttons but only on Xbox controllers.
    I'm attaching correct config file for xbox series contollers to put in /udev/ folder
    Xbox Series X Controller.zip
@christianhaitian
Copy link
Owner

Oh great. Thank you much.

@christianhaitian
Copy link
Owner

This has been included with today's update.

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

No branches or pull requests

2 participants