Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
haiku: Patched to compile.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/joystick/haiku/SDL_haikujoystick.cc
|
@@ -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) |
|
|
{ |
|
|
} |
|
|
|
|
|