mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(Hermite) Add log
This commit is contained in:
parent
1c9dec56a8
commit
63cf9247f1
@ -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_resampler_t *resampler_new(void)
|
||||||
{
|
{
|
||||||
|
RARCH_LOG("Hermite resampler [C]\n");
|
||||||
return (rarch_resampler_t*)calloc(1, sizeof(rarch_resampler_t));
|
return (rarch_resampler_t*)calloc(1, sizeof(rarch_resampler_t));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user