mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(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,
|
||||
RARCH_DSP_API_VERSION,
|
||||
dsp_config,
|
||||
"Echo plugin (SSE2)"
|
||||
"Echo (SSE2)"
|
||||
};
|
||||
|
||||
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,
|
||||
RARCH_DSP_API_VERSION,
|
||||
dsp_config,
|
||||
"Echo plugin (SSE2)"
|
||||
"Echo (SSE2)"
|
||||
};
|
||||
|
||||
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,
|
||||
dsp_config,
|
||||
#ifdef __SSE2__
|
||||
"IIR filter set (SSE2)"
|
||||
"IIR (SSE2)"
|
||||
#else
|
||||
"IIR filter set"
|
||||
"IIR"
|
||||
#endif
|
||||
};
|
||||
|
||||
|
@ -378,7 +378,7 @@ const rarch_dsp_plugin_t dsp_plug = {
|
||||
dsp_free,
|
||||
RARCH_DSP_API_VERSION,
|
||||
dsp_config,
|
||||
"Reverberatation plugin"
|
||||
"Reverberatation"
|
||||
};
|
||||
|
||||
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,
|
||||
RARCH_DSP_API_VERSION,
|
||||
dsp_config,
|
||||
"Volume plugin"
|
||||
"Volume"
|
||||
};
|
||||
|
||||
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,
|
||||
RARCH_DSP_API_VERSION,
|
||||
dsp_config,
|
||||
"Wah plugin"
|
||||
"Wah"
|
||||
};
|
||||
|
||||
RARCH_API_EXPORT const rarch_dsp_plugin_t* RARCH_API_CALLTYPE rarch_dsp_plugin_init(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user