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.
Version1.00
AuthorMrME
Publish DateSun, 1 Oct 2023 - 09:30
Last UpdateSun, 1 Oct 2023 - 09:30
Downloads91
RATE


0

0

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);
}