mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
7 lines
65 B
C
Executable File
7 lines
65 B
C
Executable File
#include "CpuArch.h"
|
|
|
|
Bool CPU_Is_InOrder()
|
|
{
|
|
return False;
|
|
}
|