mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 08:54:13 +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;
|
|
}
|