mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
d3d: Remove the auto variable and replace it with it's concrete type
This commit is contained in:
parent
6ad6ae5e57
commit
5b3d5f8c02
@ -834,7 +834,7 @@ static bool d3d_set_shader(void *data, enum rarch_shader_type type, const char *
|
|||||||
if (path && type == RARCH_SHADER_CG)
|
if (path && type == RARCH_SHADER_CG)
|
||||||
shader = path;
|
shader = path;
|
||||||
|
|
||||||
auto old_shader = d3d->cg_shader;
|
std::string old_shader = d3d->cg_shader;
|
||||||
bool restore_old = false;
|
bool restore_old = false;
|
||||||
d3d->cg_shader = shader;
|
d3d->cg_shader = shader;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user