mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 01:21:03 +00:00
use RFILE_MODE_READ for video_shader_parse
This commit is contained in:
parent
9d54da14b6
commit
40f82c26f7
@ -545,7 +545,7 @@ bool video_shader_resolve_parameters(config_file_t *conf,
|
||||
/* If that doesn't work, fallback to the old path.
|
||||
* Ideally, we'd get rid of this path sooner or later. */
|
||||
#endif
|
||||
file = filestream_open(path, RFILE_MODE_READ_TEXT, -1);
|
||||
file = filestream_open(path, RFILE_MODE_READ, -1);
|
||||
|
||||
if (!file)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user