Support compiling without posix_memalign() function
authorPaul Cercueil <paul@crapouillou.net>
Sat, 11 Feb 2023 14:47:30 +0000 (14:47 +0000)
committernotaz <notasas@gmail.com>
Thu, 3 Aug 2023 17:53:08 +0000 (20:53 +0300)
commitcddc7ca96ddefe7acabac845b4ec99cf72b3e6fc
tree3351d81ed9cabc2385fcce0902bb501503731c7a
parentf28d12a72998b0a6018b41af8f86a24b10ab506f
Support compiling without posix_memalign() function

Add NO_POSIX_MEMALIGN option in Makefile.libretro to support platform
that don't provide the posix_memalign() function.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Makefile
frontend/libretro.c