mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 06:11:51 +00:00
Put sinc resampler upfront in struct table - rename cc resampler
back to original name
This commit is contained in:
parent
818a5d4c11
commit
4968eafddf
@ -319,6 +319,6 @@ const rarch_resampler_t CC_resampler = {
|
||||
resampler_CC_init,
|
||||
resampler_CC_process,
|
||||
resampler_CC_free,
|
||||
"convoluted-cosine",
|
||||
"CC",
|
||||
};
|
||||
|
||||
|
@ -23,10 +23,10 @@
|
||||
#include "../general.h"
|
||||
|
||||
static const rarch_resampler_t *backends[] = {
|
||||
&sinc_resampler,
|
||||
#ifdef HAVE_CC_RESAMPLER
|
||||
&CC_resampler,
|
||||
#endif
|
||||
&sinc_resampler,
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user