RetroArch/deps/7zip/CpuArch.c

7 lines
65 B
C
Executable File

#include "CpuArch.h"
Bool CPU_Is_InOrder()
{
return False;
}