notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03d5f51
)
libretro, build fixes
author
kub
<derkub@gmail.com>
Fri, 10 Jul 2020 21:40:35 +0000
(23:40 +0200)
committer
kub
<derkub@gmail.com>
Fri, 10 Jul 2020 21:40:35 +0000
(23:40 +0200)
Makefile
patch
|
blob
|
blame
|
history
pico/pico_int.h
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
52382d4
..
497a58a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-66,7
+66,7
@@
asm_32xmemory ?= 1
else
use_fame ?= 1
use_cz80 ?= 1
-ifneq (,$(filter
"$(ARCH)","x86" "i386" "mips" "aarch64" "riscv" "powerpc"
))
+ifneq (,$(filter
x86% i386% mips% aarch% riscv% powerpc% ppc%, $(ARCH)
))
use_sh2drc ?= 1
endif
endif
diff --git
a/pico/pico_int.h
b/pico/pico_int.h
index
78f32d0
..
da063bc
100644
(file)
--- a/
pico/pico_int.h
+++ b/
pico/pico_int.h
@@
-33,7
+33,7
@@
extern "C" {
#endif
\r
\r
\r
-#ifdef UTYPES_DEFINED
\r
+#if
n
def UTYPES_DEFINED
\r
typedef uint8_t u8;
\r
typedef int8_t s8;
\r
typedef uint16_t u16;
\r