frontend: add fast forward support
[pcsx_rearmed.git] / frontend / in_tsbutton.c
index 84d6895..aee6852 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdio.h>
 #include <tslib.h>
 
-#include "common/input.h"
+#include "libpicofe/input.h"
 #include "pl_gun_ts.h"
 #include "in_tsbutton.h"
 
@@ -133,6 +133,6 @@ static const in_drv_t in_tsbutton_drv = {
 void in_tsbutton_init(void)
 {
        tsbutton_down_id = last_tsbutton_id = -1;
-       in_register_driver(&in_tsbutton_drv);
+       in_register_driver(&in_tsbutton_drv, NULL);
 }