(Hermite) Add log

This commit is contained in:
twinaphex 2012-12-02 23:53:08 +01:00
parent 1c9dec56a8
commit 63cf9247f1

View File

@ -52,6 +52,7 @@ static inline float hermite_kernel(float mu1, float a, float b, float c, float d
rarch_resampler_t *resampler_new(void)
{
RARCH_LOG("Hermite resampler [C]\n");
return (rarch_resampler_t*)calloc(1, sizeof(rarch_resampler_t));
}