mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(D3D) Fix two extern declarations
This commit is contained in:
parent
b148bb0c8a
commit
97acc50b6e
@ -104,8 +104,8 @@ static unsigned monitor_count;
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_HLSL)
|
||||
static void renderchain_deinit_shader(void);
|
||||
static bool renderchain_init_shader(void *data);
|
||||
void renderchain_deinit_shader(void);
|
||||
bool renderchain_init_shader(void *data);
|
||||
|
||||
static void d3d_deinit_shader(void *data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user