christianhaitian / arkos

Another rockchip Operating System
MIT License
1.37k stars 81 forks source link

BUG Controllers Configuration #1064

Closed czapa86 closed 1 month ago

czapa86 commented 1 month ago

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 commented 1 month ago

Oh great. Thank you much.

christianhaitian commented 1 month ago

This has been included with today's update.