mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Revert "Remove redundant line."
This reverts commit 2a09f52cc88b44e9205636e93d96aa7ae3e7b63a.
This commit is contained in:
parent
91547e83bd
commit
e889f5c548
@ -237,6 +237,8 @@ static bool shader_parse_imports(config_file_t *conf, struct gfx_shader *shader)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
enum state_ram_type ram_type = RARCH_STATE_NONE;
|
||||||
|
|
||||||
if (strcmp(semantic, "capture") == 0)
|
if (strcmp(semantic, "capture") == 0)
|
||||||
var->type = RARCH_STATE_CAPTURE;
|
var->type = RARCH_STATE_CAPTURE;
|
||||||
else if (strcmp(semantic, "transition") == 0)
|
else if (strcmp(semantic, "transition") == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user