mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +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;
|
unsigned i = 0;
|
||||||
struct LinkInfo link_info;
|
struct LinkInfo link_info;
|
||||||
|
#ifndef _XBOX
|
||||||
unsigned current_width, current_height, out_width, out_height;
|
unsigned current_width, current_height, out_width, out_height;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Setup information for first pass. */
|
/* Setup information for first pass. */
|
||||||
link_info.pass = NULL;
|
link_info.pass = NULL;
|
||||||
|
@ -212,7 +212,6 @@ static int16_t winraw_lightgun_aiming_state(winraw_input_t *wr,
|
|||||||
winraw_mouse_t *mouse,
|
winraw_mouse_t *mouse,
|
||||||
unsigned port, unsigned id)
|
unsigned port, unsigned id)
|
||||||
{
|
{
|
||||||
unsigned i;
|
|
||||||
struct video_viewport vp;
|
struct video_viewport vp;
|
||||||
const int edge_detect = 32700;
|
const int edge_detect = 32700;
|
||||||
bool inside = false;
|
bool inside = false;
|
||||||
|
@ -81,7 +81,7 @@ static INLINE uint64_t SWAP64(uint64_t val)
|
|||||||
# undef MSB_FIRST
|
# undef MSB_FIRST
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined(_MSC_VER) && !defined(_XBOX)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user