cipitaua

Results 100 comments of cipitaua

I have solved by adding the vendorID `0f0d` and deviceID `00f6` in src/ctlr_detector_android.cpp: ` if (vid != 0xf0d && vid != 0x0f0d && vid != 0x57e)` src/ctlr_detector_android.cpp: ` if (pid...

I have made a pull request https://github.com/DanielOgorchock/joycond/pull/65#issue-629144491

`LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 ./Virtscreen.appimage` works for me

> Hi @msdkone, about this > > > which resulted with files from snap and /usr/lib/... (I'm use /usr/lib/) & I added the export LD_PRELOAD to my .bashrc file and...

@joder666 could you please explain why are you closing this?

Hello, I'm on ubuntu-devel, the following nintendo-pro (Nintendo licensed) controller ![image](https://user-images.githubusercontent.com/4388859/116882411-b7f4b580-ac24-11eb-984a-ec45d3ebea0c.png) connects correctly via bluetooth with the hid-generic: ``` [ 1375.472523] hid-generic 0005:0F0D:00F6.0003: unknown main item tag 0x0 [ 1375.472751]...

By fumbling with the code I've managed to get a fully functional driver for the _HORI CO.,LTD. HORI Wireless Switch Pad_ [Lic Pro Controller]. I've tested it with joycond-cemuhook and...

@albfan you can see my changes from the hori.zip attached in my previous post!