mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Buildfixes
This commit is contained in:
parent
b74b8b6a6c
commit
01bd76405f
@ -201,7 +201,9 @@ static bool d3d9_init_chain(d3d9_video_t *d3d,
|
||||
{
|
||||
unsigned i = 0;
|
||||
struct LinkInfo link_info;
|
||||
#ifndef _XBOX
|
||||
unsigned current_width, current_height, out_width, out_height;
|
||||
#endif
|
||||
|
||||
/* Setup information for first pass. */
|
||||
link_info.pass = NULL;
|
||||
|
@ -212,7 +212,6 @@ static int16_t winraw_lightgun_aiming_state(winraw_input_t *wr,
|
||||
winraw_mouse_t *mouse,
|
||||
unsigned port, unsigned id)
|
||||
{
|
||||
unsigned i;
|
||||
struct video_viewport vp;
|
||||
const int edge_detect = 32700;
|
||||
bool inside = false;
|
||||
|
@ -81,7 +81,7 @@ static INLINE uint64_t SWAP64(uint64_t val)
|
||||
# undef MSB_FIRST
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user