aboutsummaryrefslogtreecommitdiff
path: root/hidio_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'hidio_windows.c')
-rw-r--r--hidio_windows.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hidio_windows.c b/hidio_windows.c
index 8d8ec9c..c4c24d8 100644
--- a/hidio_windows.c
+++ b/hidio_windows.c
@@ -520,13 +520,13 @@ void hidio_output_device_name(t_hidio *x, char *manufacturer, char *product)
/* ------------------------------------------------------------------------------ */
/* cross-platform force feedback functions */
-t_int hidio_ff_autocenter( t_hidio *x, t_float value )
+void hidio_ff_autocenter( t_hidio *x, t_float value )
{
return EXIT_SUCCESS;
}
-t_int hidio_ff_gain( t_hidio *x, t_float value )
+void hidio_ff_gain( t_hidio *x, t_float value )
{
return EXIT_SUCCESS;
}