mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
drop draw_amips from libretro too
There's no proof it's any faster, it's only a maintenance burden.
See also 4aedc59300
.
This commit is contained in:
parent
e9a11abb3c
commit
adb98333d7
2 changed files with 1 additions and 1759 deletions
|
@ -215,7 +215,7 @@ else ifeq ($(platform), psp1)
|
|||
CC = psp-gcc$(EXE_EXT)
|
||||
AR = psp-ar$(EXE_EXT)
|
||||
CFLAGS += -G0 -ftracer
|
||||
CFLAGS += -DPSP -D_ASM_DRAW_C_AMIPS
|
||||
CFLAGS += -DPSP
|
||||
STATIC_LINKING = 1
|
||||
NO_MMAP = 1
|
||||
DONT_COMPILE_IN_ZLIB = 1
|
||||
|
@ -232,8 +232,6 @@ else ifeq ($(platform), psp1)
|
|||
use_drz80 = 0
|
||||
use_cz80 = 1
|
||||
|
||||
OBJS +=platform/libretro/psp/draw_amips.o
|
||||
|
||||
# CTR (3DS)
|
||||
else ifeq ($(platform), ctr)
|
||||
TARGET := $(TARGET_NAME)_libretro_$(platform).a
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue