1 2 3 4 5
#include "memory.h" const char* ffDetectMemory(FF_A_UNUSED FFMemoryResult* ram) { return "Not supported on this platform"; }