This commit is contained in:
twinaphex 2016-09-12 16:45:26 +02:00
parent e42034ebd8
commit 93d98069b2
5 changed files with 20 additions and 8 deletions

View File

@ -30,6 +30,10 @@
#include "../input/input_driver.h"
#ifdef HAVE_OVERLAY
#include "../input/input_overlay.h"
#endif
RETRO_BEGIN_DECLS
enum texture_filter_type

View File

@ -13,6 +13,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <retro_miscellaneous.h>
#include "keyboard_event_android.h"
#define AKEYCODE_ASSIST 219

View File

@ -13,6 +13,12 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#include "../input_keymaps.h"
#include "../input_keyboard.h"
#include "../../driver.h"

View File

@ -18,15 +18,19 @@
#include <X11/Xutil.h>
#include <X11/extensions/xf86vmode.h>
#ifdef HAVE_XINERAMA
#include <X11/extensions/Xinerama.h>
#endif
#include <boolean.h>
#include <retro_inline.h>
#include <encodings/utf.h>
#include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#ifdef HAVE_XINERAMA
#include <X11/extensions/Xinerama.h>
#endif
#include "../input_keyboard.h"
#include "../input_keymaps.h"

View File

@ -27,10 +27,6 @@
#include "input_joypad_driver.h"
#include "input_defines.h"
#ifdef HAVE_OVERLAY
#include "input_overlay.h"
#endif
RETRO_BEGIN_DECLS
typedef struct retro_input