From f6c4dec60e6e2c39c4c696ccff6eeda075378d31 Mon Sep 17 00:00:00 2001 From: neonloop Date: Fri, 25 Mar 2022 21:33:00 +0000 Subject: Adds passthrough resampler when core rate is supported Small improvement to performance --- plat_trimui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plat_trimui.c') diff --git a/plat_trimui.c b/plat_trimui.c index eee7c19..a60c7fb 100644 --- a/plat_trimui.c +++ b/plat_trimui.c @@ -6,7 +6,7 @@ #include "main.h" #include "util.h" -#define SAMPLE_RATE 48000 +#define MAX_SAMPLE_RATE 48000 static const struct in_default_bind in_sdl_defbinds[] = { { SDLK_UP, IN_BINDTYPE_PLAYER12, RETRO_DEVICE_ID_JOYPAD_UP }, -- cgit v1.2.3