mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Buildfixes
This commit is contained in:
parent
00a59629aa
commit
5bfc513af4
@ -30,7 +30,7 @@
|
||||
#include "../video_coord_array.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../dynamic.h"
|
||||
#include "d3d_renderchains/render_chain_driver.h"
|
||||
#include "../video_renderchain_driver.h"
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include "../video_thread_wrapper.h"
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include "../font_driver.h"
|
||||
#include "../video_context_driver.h"
|
||||
#include "../common/d3d_common.h"
|
||||
#include "d3d_renderchains/render_chain_driver.h"
|
||||
#include "../video_renderchain_driver.h"
|
||||
#ifdef _XBOX
|
||||
#include "../../defines/xdk_defines.h"
|
||||
#endif
|
||||
|
@ -73,7 +73,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include "../../common/win32_common.h"
|
||||
#include "../common/win32_common.h"
|
||||
#endif
|
||||
|
||||
#include "../video_shader_driver.h"
|
||||
|
Loading…
Reference in New Issue
Block a user