X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fin_tsbutton.c;h=aee685227136a9e981a9613ef6e6788c2769e386;hp=84d6895c7cb4d4fc87702904d2352cd2ededde27;hb=b40a83db932d2c2a250e68a06e88a334509968ec;hpb=50306d8d6e20ede70c2dea274ae1099082aea88f diff --git a/frontend/in_tsbutton.c b/frontend/in_tsbutton.c index 84d6895c..aee68522 100644 --- a/frontend/in_tsbutton.c +++ b/frontend/in_tsbutton.c @@ -11,7 +11,7 @@ #include #include -#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); }