Ryan Kuba

Results 104 comments of Ryan Kuba

Does this page work for you ? https://hardwaretester.com/gamepad

I think I can work with that, i have a lot on my plate right now will take a bit to get you something to test.

@hermetic-charm Can you please test this code? Exec into the container to replace the file with head: ``` docker exec emulatorjs sh -c 'curl -L https://raw.githubusercontent.com/linuxserver/emulatorjs/master/frontend/js/index.js -o /emulatorjs/frontend/js/index.js' ``` Then...

It looks like your controller dpad is registered as n analogue device, I will get a fix in for the up down not working in the menu. The other errors...

Run this again this should fix the menu: ``` docker exec emulatorjs sh -c 'curl -L https://raw.githubusercontent.com/linuxserver/emulatorjs/master/frontend/js/index.js -o /emulatorjs/frontend/js/index.js' ``` And again I think you need to interact with the...

Can you show me a screenshot of what it looks like when you press down or up on your controller from here https://hardwaretester.com/gamepad ?

So you see the problem here right? It's two fold, you have a dead zone registered on the controller that `-0.00952` registered with no input (it should be 0). That...

https://github.com/linuxserver/docker-mods/tree/universal-package-install

@mwilsonav this is waiting on your testing

This is already functional you just need to use the disconnect option in the settings menu (top right). Re-connecting will prompt you to go through the setup again, if you...