NES30, FC30, SNES30, and SFC30 on PS4

This script will let you use any Retrobit or 8bitdo controller from the non-Pro series, this includes: NES30, FC30, SNES30, SFC30. With a few minor adjustments it can also work for PS3, Xbox One, or Xbox 360. Thanks for checking it out!
Version1.00
Authorkenshin80012
Publish DateSun, 30 Oct 2016 - 19:34
Last UpdateSun, 30 Oct 2016 - 19:34
Downloads209
RATE


2

0

Release Notes: Just a basic script, I doubt there will be any updates, but for now this is the stable release.
Code: Select all
/* This script is to use NES30, SNES30, FC30, SFC30 on consoles using the Titan One device. 
The script will work on any console that the Titan One supports.
Here are full instructions if you actually need them: https://youtu.be/0l04KfP-whY
Thanks for watching - ICC.
*/

 
unmap HID_BUTTON_4;
unmap HID_BUTTON_5;
unmap HID_BUTTON_7;
unmap HID_BUTTON_8
unmap HID_BUTTON_14;
unmap HID_BUTTON_15;
unmap HID_BUTTON_16;
unmap HID_BUTTON_17;
 
remap HID_BUTTON_4 -> PS4_R1;
remap HID_BUTTON_5 -> PS4_OPTIONS;
remap HID_BUTTON_7 -> PS4_L1;
remap HID_BUTTON_8 -> PS4_PS;
remap HID_BUTTON_14 -> PS4_SQUARE;
remap HID_BUTTON_15 -> PS4_CROSS;
remap HID_BUTTON_16 -> PS4_CIRCLE;
remap HID_BUTTON_17 -> PS4_TRIANGLE;
 
main
{
}