Files
fastfetch/src/detection/cpu/cpu_nosupport.c
T

7 lines
142 B
C
Raw Normal View History

2024-06-16 01:02:48 +08:00
#include "cpu.h"
const char* ffDetectCPUImpl(const FFCPUOptions* options, FFCPUResult* cpu)
{
return "Not supported on this platform";
}