mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
libretro, build fixes
This commit is contained in:
parent
03d5f5105c
commit
93c08696d7
2 changed files with 2 additions and 2 deletions
2
Makefile
2
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
|
||||
|
|
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef UTYPES_DEFINED
|
||||
#ifndef UTYPES_DEFINED
|
||||
typedef uint8_t u8;
|
||||
typedef int8_t s8;
|
||||
typedef uint16_t u16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue