(Xbox 1) build fix

This commit is contained in:
twinaphex 2012-07-25 23:24:38 +02:00
parent bfb933d98d
commit 5087d9f69c
3 changed files with 5 additions and 4 deletions

View File

@ -26,10 +26,6 @@
#include "retroarch_console.h"
#include "../file.h"
#ifdef _WIN32
#include "../compat/posix_string.h"
#endif
#define MAX_ARGS 32
default_paths_t default_paths;

View File

@ -17,6 +17,10 @@
#include <stdint.h>
#include <ctype.h>
#ifdef _WIN32
#include "../compat/posix_string.h"
#endif
#include "../general.h"
#include "console_settings.h"

View File

@ -86,6 +86,7 @@ static void xinput_input_poll(void *data)
{
XINPUT_STATE state[4];
XINPUT_CAPABILITIES caps[4];
(void)caps;
real_state[i] = 0;
// handle removed devices
bRemoved[i] = (dwRemovals & (1<<i)) ? true : false;