Files
fastfetch/src/detection/cpu/cpu_nosupport.c
T
2024-06-16 01:02:48 +08:00

7 lines
142 B
C

#include "cpu.h"
const char* ffDetectCPUImpl(const FFCPUOptions* options, FFCPUResult* cpu)
{
return "Not supported on this platform";
}