mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
(Win32) Buildfixes
This commit is contained in:
parent
5974f81ed8
commit
b434689d39
@ -36,6 +36,7 @@
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#ifdef _XBOX
|
||||
#define DSERR_BUFFERLOST MAKE_DSHRESULT(150)
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
typedef struct xaudio2 xaudio2_t;
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include "../frontend_driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../menu/menu.h"
|
||||
|
||||
/* We only load this library once, so we let it be
|
||||
|
@ -14,6 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "win32_common.h"
|
||||
|
||||
#if !defined(_XBOX)
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include "../../performance.h"
|
||||
|
||||
#include "../../defines/d3d_defines.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_HLSL)
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "../common/win32_common.h"
|
||||
|
||||
#include "../../runloop.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef _XBOX
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "../input_common.h"
|
||||
|
||||
#include "../../general.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
|
||||
/* Check if the definitions do not already exist.
|
||||
|
Loading…
x
Reference in New Issue
Block a user