mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
Fix dinput/xinput
This commit is contained in:
parent
606e37fcbd
commit
7ddd03c558
@ -22,6 +22,7 @@
|
||||
#include <dinput.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <compat/strl.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
|
@ -26,9 +26,10 @@
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <retro_inline.h>
|
||||
#include <dynamic/dylib.h>
|
||||
#include <boolean.h>
|
||||
#include <retro_inline.h>
|
||||
#include <compat/strl.h>
|
||||
#include <dynamic/dylib.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user