XB1 controller on PS4

Use the xbox one controller on the ps4 with standard settings. Mapped the ps4 touch pad button to the xbox one right stick.
Version1.00
AuthorGOAT
Publish DateSat, 30 May 2015 - 14:40
Last UpdateSat, 30 May 2015 - 14:40
Downloads563
RATE


1

1

Code: Select all
// GPC Online Library
// XB1onPS4.gpc
 
//
//
// Script generated by Visual to GPC
//----------------------------------------
 
main {
    swap(XB1_XBOX, PS4_PS);
    swap(XB1_LB, PS4_L1);
    swap(XB1_RB, PS4_R1);
    swap(XB1_RT, PS4_R2);
    swap(XB1_LT, PS4_L2);
    swap(XB1_RS, PS4_TOUCH);
}