merge some pollux code from PCSX
[libpicofe.git] / input.c
diff --git a/input.c b/input.c
index 3881858..8030e1f 100644 (file)
--- a/input.c
+++ b/input.c
 #include "plat.h"
 #include "lprintf.h"
 
-#ifdef IN_GP2X
-#error needs update: in_gp2x_init in_gp2x_update
-#include "../gp2x/in_gp2x.h"
-#endif
 #ifdef IN_VK
 #error needs update: in_vk_init in_vk_update
 #include "../win32/in_vk.h"