mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(MSVC) Buildfix
This commit is contained in:
parent
78e5206e8f
commit
ddab95d1a6
@ -49,9 +49,9 @@ static const GUID common_xinput_guids[] = {
|
|||||||
void dinput_destroy_context(void);
|
void dinput_destroy_context(void);
|
||||||
bool dinput_init_context(void);
|
bool dinput_init_context(void);
|
||||||
|
|
||||||
bool g_xinput_block_pads;
|
extern bool g_xinput_block_pads;
|
||||||
int g_xinput_pad_indexes[MAX_USERS];
|
extern int g_xinput_pad_indexes[MAX_USERS];
|
||||||
LPDIRECTINPUT8 g_dinput_ctx;
|
extern LPDIRECTINPUT8 g_dinput_ctx;
|
||||||
|
|
||||||
static void dinput_joypad_destroy(void)
|
static void dinput_joypad_destroy(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user