Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb committed Jul 24, 2024
1 parent d9ee198 commit 2a80aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions input/input_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ static input_device_driver_t null_joypad = {
NULL, /* poll */
NULL, /* rumble */
NULL, /* rumble_gain */
NULL, /* set_sensor_state */
NULL, /* get_sensor_input */
NULL, /* name */
"null",
};
Expand Down

0 comments on commit 2a80aa4

Please sign in to comment.