From cc56203b76e1fcef2c7e55b460daf07e654a1547 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Nov 2012 00:28:57 +0200 Subject: switch over to libpicofe - libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support --- frontend/in_tsbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/in_tsbutton.c') diff --git a/frontend/in_tsbutton.c b/frontend/in_tsbutton.c index 80c9c58..aee6852 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" -- cgit v1.2.3