mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-03 23:49:03 +00:00
(D3D) Build fixes
This commit is contained in:
parent
e8015f8c3d
commit
93ebbc2cbc
@ -15,8 +15,8 @@ static bool d3d_init_chain(d3d_video_t *d3d,
|
||||
const video_info_t *video_info);
|
||||
|
||||
static void renderchain_free(void *data);
|
||||
static void d3d_deinit_shader(d3d_video_t *d3d);
|
||||
static bool d3d_init_shader(d3d_video_t *d3d);
|
||||
void d3d_deinit_shader(void *data);
|
||||
bool d3d_init_shader(void *data);
|
||||
|
||||
void d3d_make_d3dpp(void *data, const video_info_t *info,
|
||||
D3DPRESENT_PARAMETERS *d3dpp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user