Skip to content

Commit 4011648

Browse files
committed
(libretro) backport dump reading code
1 parent 126fc7d commit 4011648

File tree

1,640 files changed

+422610
-519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,640 files changed

+422610
-519
lines changed

libretro-common/audio/dsp_filter.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ retro_dsp_filter_t *retro_dsp_filter_new(
244244
if (!dsp)
245245
return NULL;
246246

247-
conf = config_file_new(filter_config);
248-
if (!conf) /* Did not find config. */
247+
if (!(conf = config_file_new_from_path_to_string(filter_config)))
249248
goto error;
250249

251250
dsp->conf = conf;

0 commit comments

Comments
 (0)