mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Revert "(D3D) N/A"
This reverts commit cfa4170c648d745adeb56aa76de78489603f9997.
This commit is contained in:
parent
cfa4170c64
commit
14950cefc2
@ -713,7 +713,7 @@ static bool d3d_construct(d3d_video_t *d3d,
|
|||||||
enum rarch_shader_type type =
|
enum rarch_shader_type type =
|
||||||
video_shader_parse_type(settings->video.shader_path, RARCH_SHADER_NONE);
|
video_shader_parse_type(settings->video.shader_path, RARCH_SHADER_NONE);
|
||||||
if (settings->video.shader_enable && type == RARCH_SHADER_CG)
|
if (settings->video.shader_enable && type == RARCH_SHADER_CG)
|
||||||
strlcpy(d3d->shader_path, settings->video.shader_path, sizeof(d3d->shader_path));
|
d3d->shader_path = settings->video.shader_path;
|
||||||
|
|
||||||
if (!d3d_process_shader(d3d))
|
if (!d3d_process_shader(d3d))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user