diff --git a/emulators/mednafen/files/patch-src_sound_OwlResampler__altivec.inc b/emulators/mednafen/files/patch-src_sound_OwlResampler__altivec.inc new file mode 100644 index 000000000000..cad6e417a854 --- /dev/null +++ b/emulators/mednafen/files/patch-src_sound_OwlResampler__altivec.inc @@ -0,0 +1,7 @@ +--- src/sound/OwlResampler_altivec.inc.orig 2024-05-08 15:13:14 UTC ++++ src/sound/OwlResampler_altivec.inc +@@ -1,3 +1,4 @@ ++#include + // + // + // diff --git a/emulators/mednafen/files/patch-src_sound_SwiftResampler__altivec.inc b/emulators/mednafen/files/patch-src_sound_SwiftResampler__altivec.inc new file mode 100644 index 000000000000..85304e9341eb --- /dev/null +++ b/emulators/mednafen/files/patch-src_sound_SwiftResampler__altivec.inc @@ -0,0 +1,7 @@ +--- src/sound/SwiftResampler_altivec.inc.orig 2024-05-08 15:12:59 UTC ++++ src/sound/SwiftResampler_altivec.inc +@@ -1,3 +1,4 @@ ++#include + template + static INLINE void DoMAC_AltiVec(const int16 *wave, const int16 *coeffs, int32 count, int32 *accum_output) + {