This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RetroArch
Watch
1
Star
0
Fork
0
You've already forked RetroArch
mirror of
https://github.com/libretro/RetroArch
synced
2025-02-12 09:40:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
RetroArch
/
deps
/
7zip
/
CpuArch.c
7 lines
65 B
C
Raw
Normal View
History
Unescape
Escape
Modify CpuArch.c so that it can compile on Android - just default to False for IsInOrderCPU
2014-09-02 21:24:28 +02:00
#
include
"CpuArch.h"
Bool
CPU_Is_InOrder
(
)
{
return
False
;
}
Reference in New Issue
Copy Permalink