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.
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.