RetroArch/deps/7zip/CpuArch.c

9 lines
97 B
C
Executable File

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