# Set XPAD plugin mode to either 0-CUSTOM or 1-NATIVE # Use custom mode to connect wired & wireless Xbox controllers # Use native mode to connect DualShock 4 wirelessly using internal bluetooth # Assign controller to port 7 if using native mode # Native mode requires DEX kernel & debug Eboot for games XPAD_MODE = 0 # Remap button setting, 0-Disable [1-10]-Enable # It will use REMAP_SETTING_X if enabled where X are values 1 thorugh 10 REMAP = 0 # Load XPAD GAME plugin on game boot, 1-Enable 0-Disable # Needs DEX kernel & debug Eboot for game AUTO_GAME_LOAD = 0 # Controller rumble setting, 1-Enable 0-Disable # Needs DEX kernel & debug Eboot for game RUMBLE = 1 # Response time in milliseconds to process controller inputs # The higher the value, the slower the controller response but games will have better frame rate # Valid values [1-10] # Use response time 7 or lower if a DualShock 4 controller is connected RESPONSE_TIME = 10 # Sets up compatibility mode on game boot, 1-Enable 0-Disable # Fixes games like GTAV & RDR # Needs DEX kernel & debug Eboot for game COMPATIBILITY_MODE = 0