Skip to content

Commit 30df122

Browse files
committed
Resync
1 parent 46ad183 commit 30df122

20 files changed

Lines changed: 376 additions & 388 deletions

File tree

audio/dsp_filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static bool create_filter_graph(retro_dsp_filter_t *dsp, float sample_rate)
112112

113113
snprintf(key, sizeof(key), "filter%u", i);
114114

115-
if (!config_get_array(dsp->conf, key, name, sizeof(name)))
115+
if (config_get_array(dsp->conf, key, name, sizeof(name)) == 0)
116116
return false;
117117

118118
dsp->instances[i].impl = find_implementation(dsp, name);

0 commit comments

Comments
 (0)