Power A controller replace share button with PS4 Guide Button
This simple script allows you to hit the share button on the power A controllers for xbox one S to activate the PS button since the guide button does not register on Gtuner.
|
RATE
|
Release Notes: This is only one line of code
- Code: Select all
/* *
* GPC SCRIPT
*
* GPC is a scripting language with C-like syntax.
* To learn more access GPC Language Reference on Help menu.
* *********************************************************** */
main {
swap(XB1_VIEW, PS4_PS);
}