1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-29 22:20:21 +00:00
twinaphex 5cb289a390 Modify CpuArch.c so that it can compile on Android - just
default to False for IsInOrderCPU
2014-09-02 21:24:28 +02:00

7 lines
65 B
C
Executable File

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