mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
dinput.c - silence warning
This commit is contained in:
parent
5978cf89de
commit
2ed1e38021
@ -42,14 +42,18 @@
|
|||||||
#include "../../config.h"
|
#include "../../config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../verbosity.h"
|
#include <string/stdstring.h>
|
||||||
#include "../../tasks/tasks_internal.h"
|
|
||||||
#include "../../gfx/video_driver.h"
|
|
||||||
#include "../input_config.h"
|
#include "../input_config.h"
|
||||||
#include "../input_driver.h"
|
#include "../input_driver.h"
|
||||||
#include "../input_joypad_driver.h"
|
#include "../input_joypad_driver.h"
|
||||||
#include "../input_keymaps.h"
|
#include "../input_keymaps.h"
|
||||||
|
|
||||||
|
#include "../../gfx/video_driver.h"
|
||||||
|
|
||||||
|
#include "../../verbosity.h"
|
||||||
|
#include "../../tasks/tasks_internal.h"
|
||||||
|
|
||||||
/* Keep track of which pad indexes are 360 controllers.
|
/* Keep track of which pad indexes are 360 controllers.
|
||||||
* Not static, will be read in xinput_joypad.c
|
* Not static, will be read in xinput_joypad.c
|
||||||
* -1 = not xbox pad, otherwise 0..3
|
* -1 = not xbox pad, otherwise 0..3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user