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