Since the native driver support is basic, you will likely need a software wrapper to play modern games.
// Register the gamepad driver module_init(gamepad_init); module_exit(gamepad_exit); sz-a1008 gamepad driver
Installing the SZ-A1008 gamepad driver is a relatively straightforward process: Since the native driver support is basic, you
// Define the gamepad device ID #define GAMEPAD_VID 0xXXXX #define GAMEPAD_PID 0xXXXX sz-a1008 gamepad driver