mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
(DInput) Buildfix pt. 2
This commit is contained in:
parent
58321991b0
commit
78e5206e8f
@ -82,7 +82,7 @@ void dinput_destroy_context(void)
|
||||
g_dinput_ctx = NULL;
|
||||
}
|
||||
|
||||
static bool dinput_init_context(void)
|
||||
bool dinput_init_context(void)
|
||||
{
|
||||
if (g_dinput_ctx)
|
||||
return true;
|
||||
|
@ -47,6 +47,8 @@ static const GUID common_xinput_guids[] = {
|
||||
|
||||
/* forward declarations */
|
||||
void dinput_destroy_context(void);
|
||||
bool dinput_init_context(void);
|
||||
|
||||
bool g_xinput_block_pads;
|
||||
int g_xinput_pad_indexes[MAX_USERS];
|
||||
LPDIRECTINPUT8 g_dinput_ctx;
|
||||
|
Loading…
Reference in New Issue
Block a user