(DSP Filters) Update names

This commit is contained in:
twinaphex 2014-04-28 05:41:06 +02:00
parent 7f9ea6052e
commit e763788857
6 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}; };

View File

@ -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)

View File

@ -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)

View File

@ -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)