Some more cleanups in input_common.c
This commit is contained in:
parent
75fe0b5648
commit
dd53241a24
|
@ -24,16 +24,6 @@
|
|||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DINPUT
|
||||
#undef DIRECTINPUT_VERSION
|
||||
#define DIRECTINPUT_VERSION 0x0800
|
||||
#include <dinput.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_SDL) || defined(HAVE_SDL2)
|
||||
#include "SDL.h"
|
||||
#endif
|
||||
|
||||
const char *input_joypad_name(const rarch_joypad_driver_t *drv,
|
||||
unsigned joypad)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue