mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 18:40:31 +00:00
(D3D) Build fix
This commit is contained in:
parent
538bf3b49a
commit
88194bcdae
@ -836,7 +836,7 @@ void D3DVideo::init_luts(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void D3DVideo::init_multipass(void)
|
int D3DVideo::init_multipass(void)
|
||||||
{
|
{
|
||||||
config_file_t *conf = config_file_new(cg_shader.c_str());
|
config_file_t *conf = config_file_new(cg_shader.c_str());
|
||||||
if (!conf)
|
if (!conf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user