mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(HLSL) Fix typo
This commit is contained in:
parent
539728b3f2
commit
98f0422b20
@ -304,7 +304,7 @@ static bool hlsl_load_plain(hlsl_shader_data_t *hlsl, void *data, const char *pa
|
|||||||
path, sizeof(hlsl->cg_shader->pass[0].source.path));
|
path, sizeof(hlsl->cg_shader->pass[0].source.path));
|
||||||
|
|
||||||
hlsl->d3d = (d3d_video_t*)data;
|
hlsl->d3d = (d3d_video_t*)data;
|
||||||
if (!hlsl_compile_program(hlsl, data, 1, &hlsl->prg[1], &progarm_info))
|
if (!hlsl_compile_program(hlsl, data, 1, &hlsl->prg[1], &program_info))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user