(RARCH_CONSOLE) Don't compile in input_common.c for consoles

This commit is contained in:
twinaphex 2012-12-25 20:46:58 +01:00
parent 0b7bfc872b
commit d114095447
1 changed files with 2 additions and 0 deletions

View File

@ -229,7 +229,9 @@ FONTS
/*============================================================
INPUT
============================================================ */
#ifndef RARCH_CONSOLE
#include "../../input/input_common.c"
#endif
#ifdef HAVE_OVERLAY
#include "../../input/overlay.c"