mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-16 09:27:49 +00:00
9 lines
97 B
C
Executable File
9 lines
97 B
C
Executable File
#include "CpuArch.h"
|
|
|
|
Bool CPU_Is_InOrder(void);
|
|
|
|
Bool CPU_Is_InOrder(void)
|
|
{
|
|
return False;
|
|
}
|