Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
haiku: Patched to compile.
  • Loading branch information
icculus committed Apr 15, 2020
1 parent a990a34 commit a7a4e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/haiku/SDL_haikujoystick.cc
Expand Up @@ -104,7 +104,7 @@ extern "C"
return -1;
}

static void HAIKU_JoystickGetDevicePlayerIndex(int device_index, int player_index)
static void HAIKU_JoystickSetDevicePlayerIndex(int device_index, int player_index)
{
}

Expand Down

0 comments on commit a7a4e16

Please sign in to comment.