(DSP Filters) Update names
This commit is contained in:
parent
7f9ea6052e
commit
e763788857
|
@ -195,7 +195,7 @@ static const rarch_dsp_plugin_t dsp_plug = {
|
||||||
dsp_free,
|
dsp_free,
|
||||||
RARCH_DSP_API_VERSION,
|
RARCH_DSP_API_VERSION,
|
||||||
dsp_config,
|
dsp_config,
|
||||||
"Echo plugin (SSE2)"
|
"Echo (SSE2)"
|
||||||
};
|
};
|
||||||
|
|
||||||
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE
|
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE
|
||||||
|
|
|
@ -185,7 +185,7 @@ static const rarch_dsp_plugin_t dsp_plug = {
|
||||||
dsp_free,
|
dsp_free,
|
||||||
RARCH_DSP_API_VERSION,
|
RARCH_DSP_API_VERSION,
|
||||||
dsp_config,
|
dsp_config,
|
||||||
"Echo plugin (SSE2)"
|
"Echo (SSE2)"
|
||||||
};
|
};
|
||||||
|
|
||||||
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE
|
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE
|
||||||
|
|
|
@ -368,9 +368,9 @@ const rarch_dsp_plugin_t dsp_plug = {
|
||||||
RARCH_DSP_API_VERSION,
|
RARCH_DSP_API_VERSION,
|
||||||
dsp_config,
|
dsp_config,
|
||||||
#ifdef __SSE2__
|
#ifdef __SSE2__
|
||||||
"IIR filter set (SSE2)"
|
"IIR (SSE2)"
|
||||||
#else
|
#else
|
||||||
"IIR filter set"
|
"IIR"
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -378,7 +378,7 @@ const rarch_dsp_plugin_t dsp_plug = {
|
||||||
dsp_free,
|
dsp_free,
|
||||||
RARCH_DSP_API_VERSION,
|
RARCH_DSP_API_VERSION,
|
||||||
dsp_config,
|
dsp_config,
|
||||||
"Reverberatation plugin"
|
"Reverberatation"
|
||||||
};
|
};
|
||||||
|
|
||||||
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE rarch_dsp_plugin_init(void)
|
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE rarch_dsp_plugin_init(void)
|
||||||
|
|
|
@ -111,7 +111,7 @@ const rarch_dsp_plugin_t dsp_plug = {
|
||||||
dsp_free,
|
dsp_free,
|
||||||
RARCH_DSP_API_VERSION,
|
RARCH_DSP_API_VERSION,
|
||||||
dsp_config,
|
dsp_config,
|
||||||
"Volume plugin"
|
"Volume"
|
||||||
};
|
};
|
||||||
|
|
||||||
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE rarch_dsp_plugin_init(void)
|
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE rarch_dsp_plugin_init(void)
|
||||||
|
|
|
@ -167,7 +167,7 @@ const rarch_dsp_plugin_t dsp_plug = {
|
||||||
dsp_free,
|
dsp_free,
|
||||||
RARCH_DSP_API_VERSION,
|
RARCH_DSP_API_VERSION,
|
||||||
dsp_config,
|
dsp_config,
|
||||||
"Wah plugin"
|
"Wah"
|
||||||
};
|
};
|
||||||
|
|
||||||
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE rarch_dsp_plugin_init(void)
|
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE rarch_dsp_plugin_init(void)
|
||||||
|
|
Loading…
Reference in New Issue