EmuNewz Network
Experimental gamepad support in r2047 - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Experimental gamepad support in r2047 (/showthread.php?tid=4031)

Pages: 1 2 3 4 5


RE: Experimental gamepad support in r2047 - hyperspeedgx - 04-09-2011

Triggers of XBOX 360 still not works.
Even on new revs.


RE: Experimental gamepad support in r2047 - Vegerunks - 04-10-2011

(04-09-2011, 11:11 PM)hyperspeedgx Wrote: Triggers of XBOX 360 still not works.
Even on new revs.

Just curious but why would you need the triggers when you got the bumpers which do work?


RE: Experimental gamepad support in r2047 - hyperspeedgx - 04-10-2011

(04-10-2011, 01:51 AM)Vegerunks Wrote:
(04-09-2011, 11:11 PM)hyperspeedgx Wrote: Triggers of XBOX 360 still not works.
Even on new revs.

Just curious but why would you need the triggers when you got the bumpers which do work?
I just prefer the triggers (LT,RT) because i hate LB,RB.Tongue
And,yes i can use LB and RB or i can use XPADDER to use LT and RT.Smile
So do not worry about it.Wink


Sad


RE: Experimental gamepad support in r2047 - gid15 - 04-10-2011

(04-09-2011, 11:11 PM)hyperspeedgx Wrote: Triggers of XBOX 360 still not works.
Even on new revs.
Code:
controller.lTrigger=z
controller.rTrigger=z
It looks like your triggers are always interpreted as the Z-Axis. It is maybe some setting of the XBOX controller?


RE: Experimental gamepad support in r2047 - Szarikow - 04-10-2011

(04-10-2011, 10:18 AM)gid15 Wrote:
(04-09-2011, 11:11 PM)hyperspeedgx Wrote: Triggers of XBOX 360 still not works.
Even on new revs.
Code:
controller.lTrigger=z
controller.rTrigger=z
It looks like your triggers are always interpreted as the Z-Axis. It is maybe some setting of the XBOX controller?

My pad also has an axis assigned to triggers, but it also has buttons assigned to them. If the triggers on XBOX pad have both button bindings and axis binding like my pad, manually editing the config file might solve the problem (as long as you know the "name" of those buttons). Personally I use the bumpers, so I haven came upon this problem.


RE: Experimental gamepad support in r2047 - hyperspeedgx - 04-10-2011

(04-10-2011, 10:18 AM)gid15 Wrote:
(04-09-2011, 11:11 PM)hyperspeedgx Wrote: Triggers of XBOX 360 still not works.
Even on new revs.
Code:
controller.lTrigger=z
controller.rTrigger=z
It looks like your triggers are always interpreted as the Z-Axis. It is maybe some setting of the XBOX controller?
Yes, i can config on control of jpcsp, perfectly, but in game don't work.


RE: Experimental gamepad support in r2047 - Szarikow - 04-11-2011

Is it possible to add "disable screensaver" option?
Now when I use pad, windows does not register any actions which would prevent screensaver from turning on. Of course I could turn the screen saver completely, but having said option would be more convenient.


RE: Experimental gamepad support in r2047 - gid15 - 04-16-2011

(04-11-2011, 07:47 PM)Szarikow Wrote: Is it possible to add "disable screensaver" option?
Now when I use pad, windows does not register any actions which would prevent screensaver from turning on. Of course I could turn the screen saver completely, but having said option would be more convenient.
This is now implemented in r2085. Thank you for the suggestion!


RE: Experimental gamepad support in r2047 - serio - 04-16-2011

i'm getting a weird bug in r2087.

the gamepad is easily detectable and configurable, but once i start any game i lose some ingame control over the d-pad. it's still controllable in the savedata list, but in game it just doesn't work (edit: it actually doesn't work on the title screen and in menus. it works in the lounge in p3p just fine, but menus not at all. only arrows move those). i also can't configure it anymore if i start a game, then go to config. the d-pad presses aren't being detected or something. other buttons work though.

for the record,
Code:
83922 [GUI] INFO  controller - Using controller 'USB 2-Axis 8-Button Gamepad'
edit: doesn't happen with the new pad i bought. it looks like the previous one was always assuming i only used the analog, never the dpad even though i set it to use dpad only. the old pad had no analogs btw, so i left the analog settings to keyboard.

new one is
Code:
0 [GUI] INFO  controller - Using controller 'Controller (Gamepad F310)'
which looks more less like a ps2 pad.

i'm also getting this
Code:
104594 [sas thread] WARN  controller - Unknown Controller Event on X Rotation(rx): 0.623499
105094 [CRI Wave out] WARN  controller - Unknown Controller Event on X Rotation(rx): -0.639246
105563 [sas thread] WARN  controller - Unknown Controller Event on Y Rotation(ry): 0.145068
105953 [sas thread] WARN  controller - Unknown Controller Event on Y Rotation(ry): -0.113756
spammed when trying to use the right analog at all, with sas thread, cri wave out and user_main.


RE: Experimental gamepad support in r2047 - Szarikow - 04-17-2011

(04-16-2011, 02:53 PM)gid15 Wrote:
(04-11-2011, 07:47 PM)Szarikow Wrote: Is it possible to add "disable screensaver" option?
Now when I use pad, windows does not register any actions which would prevent screensaver from turning on. Of course I could turn the screen saver completely, but having said option would be more convenient.
This is now implemented in r2085. Thank you for the suggestion!

I use Windows XP and screensaver still turns on.