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-03-06 22:13:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
RetroArch
/
deps
/
7zip
/
CpuArch.c
9 lines
97 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"
(7zip/rzlib) Fix no previous prototypes for function warnings
2014-10-15 03:21:21 +02:00
Bool
CPU_Is_InOrder
(
void
)
;
Bool
CPU_Is_InOrder
(
void
)
Modify CpuArch.c so that it can compile on Android - just default to False for IsInOrderCPU
2014-09-02 21:24:28 +02:00
{
return
False
;
}
Reference in New Issue
Copy Permalink