[Solved] Xbox360 Controller is not recognized by ppsspp 1.0.1 (Qt)
|
06-05-2015, 10:35 PM
(This post was last modified: 06-05-2015 10:38 PM by YuGiOhJCJ.)
Post: #7
|
|||
|
|||
RE: Xbox360 Controller is not recognized by ppsspp 1.0.1 (Qt)
Oh sorry I have not seen your link below the horizontal line.
Indeed, I have compiled it and it does not find my joystick: Code: $ gcc `pkg-config sdl2 --cflags --libs` testjoystick.c So, it is probably a problem with SDL2. I thought it was a problem with Qt so I have upgraded: - qt-4.8.5 -> qt-4.8.7: result: same problem - qt-4.8.7 -> qt-5.1.0: result: same problem So, I really think it is not a Qt problem but a SDL2 problem. I don't know why SDL2 does not find my joystick. I have the last stable version. Oh! I found! SDL2 requires root privileges to be able to see the controller: Code: $ sudo ./a.out |
|||
« Next Oldest | Next Newest »
|