mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Update Makefiles / ffmpeg core
This commit is contained in:
parent
a1eff7930c
commit
249733b06d
File diff suppressed because it is too large
Load Diff
2332
cores/libretro-ffmpeg/Makefile.common
Normal file
2332
cores/libretro-ffmpeg/Makefile.common
Normal file
File diff suppressed because it is too large
Load Diff
@ -1711,3 +1711,13 @@ void CORE_PREFIX(retro_cheat_set)(unsigned index, bool enabled, const char *code
|
||||
(void)enabled;
|
||||
(void)code;
|
||||
}
|
||||
|
||||
#if defined(LIBRETRO_SWITCH)
|
||||
|
||||
#ifdef ARCH_X86
|
||||
#include "../libswresample/resample.h"
|
||||
void swri_resample_dsp_init(ResampleContext *c)
|
||||
{}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user