mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 15:27:41 +00:00
26833c35c9
headers
10 lines
117 B
C
Executable File
10 lines
117 B
C
Executable File
#include <stdint.h>
|
|
#include "CpuArch.h"
|
|
|
|
Bool CPU_Is_InOrder(void);
|
|
|
|
Bool CPU_Is_InOrder(void)
|
|
{
|
|
return False;
|
|
}
|