mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:24:58 +02:00
7 lines
142 B
C
7 lines
142 B
C
|
|
#include "cpu.h"
|
||
|
|
|
||
|
|
const char* ffDetectCPUImpl(const FFCPUOptions* options, FFCPUResult* cpu)
|
||
|
|
{
|
||
|
|
return "Not supported on this platform";
|
||
|
|
}
|