aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
authornotaz2011-10-28 01:55:59 +0300
committernotaz2011-10-30 23:48:09 +0200
commitf2de172b46a4948242a53b4b7c24f9fc151c19b5 (patch)
treeb6711ab318dd4ea8233a9fca1d5c17f5305ead62 /frontend/main.c
parentbab59f00112104919df591338e9601086f211ba1 (diff)
downloadpcsx_rearmed-f2de172b46a4948242a53b4b7c24f9fc151c19b5.tar.gz
pcsx_rearmed-f2de172b46a4948242a53b4b7c24f9fc151c19b5.tar.bz2
pcsx_rearmed-f2de172b46a4948242a53b4b7c24f9fc151c19b5.zip
frontend/input: make it more modular
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 175083e..70355dd 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -24,8 +24,9 @@
#include "../libpcsxcore/new_dynarec/new_dynarec.h"
#include "../plugins/cdrcimg/cdrcimg.h"
#include "common/plat.h"
-#include "common/input.h"
#include "common/readpng.h"
+#include "common/input.h"
+#include "linux/in_evdev.h"
// don't include debug.h - it breaks ARM build (R1 redefined)
void StartDebugger();
@@ -313,6 +314,7 @@ int main(int argc, char *argv[])
// frontend stuff
in_init();
+ in_evdev_init();
//in_probe();
plat_init();
menu_init(); // loads config