Next Generation Emulation banner
Status
Not open for further replies.
1 - 20 of 53 Posts

· Registered
Joined
·
7 Posts
Discussion Starter · #1 · (Edited)
Hi

i made PAD Plugin for PS and PS2.

http://www.asahi-net.or.jp/~bz7t-skmt/SSSPSXPAD14.ZIP

for PCSX2 and PCSX
- dualshock2 supported
(digital mode, dualshock compatible mode, dualshock2 native mode)
- using DirectInput9 (game controller and keyboard)

for PCSX2
- force feedback support (maybe)

for PCSX
- for force feedback, change of source code is required.
"Delete the following code."
File: sio.c Line: 138
--------------8<---------------8<---------------
if (buf[parp] == 0x41) {
switch (value) {
case 0x43:
buf[1] = 0x43;
break;
case 0x45:
buf[1] = 0xf3;
break;
}
}
--------------8<---------------8<---------------

for PSXeven
force feedback doesn't work. other is ok.
 

· Registered
Joined
·
29 Posts
It works fine for me but I've had 2 problems with it:

- If I use SSSPSX Pad plugin for the 1st controller and PADwinkeyb for the 2nd controller, the emulator crashes everytime I run it. If I do it the other way around (PADwinkeyb for the 1st controller SSSPSX Pad plugin for the 2nd controller), it doesn't crash. I don't know if this problem comes from your plugin or from something else.

- When I use SSSPSX Pad plugin for the 1st controller, the "ESC" key doesn't work anymore. It doesn't do anything when it should stop the emulation.

It still seems very promising :thumb:

I have one other question: Shouldn't this thread be in the PS2 plugins forum instead of the PCSX2 forum ?
 

· Registered
Joined
·
234 Posts
awesome plugin that you have here dude. it looks very promising so keep up the excellent work. try to examine the padwin source it might give you some ideas on implementing the things that your plugin doesn't have like the PADkeyEvent API. but anyways your plugins works. i tried it with the bios and it works
 

· Registered
Joined
·
7 Posts
Discussion Starter · #10 ·
Ghim said:
- If I use SSSPSX Pad plugin for the 1st controller and PADwinkeyb for the 2nd controller, the emulator crashes everytime I run it. If I do it the other way around (PADwinkeyb for the 1st controller SSSPSX Pad plugin for the 2nd controller), it doesn't crash. I don't know if this problem comes from your plugin or from something else.
I guess it is DirectInput(JOYPAD) collision problem, but I can't solve immediately.

Ghim said:
- When I use SSSPSX Pad plugin for the 1st controller, the "ESC" key doesn't work anymore. It doesn't do anything when it should stop the emulation.
PADKeyEvent API support. you can download it ^^.
http://www.asahi-net.or.jp/~bz7t-skmt/SSSPSXPAD12.ZIP

thanks for your report.
 
1 - 20 of 53 Posts
Status
Not open for further replies.
Top