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:
notaz 2017-10-13 23:53:15 +03:00
parent e9a11abb3c
commit adb98333d7
2 changed files with 1 additions and 1759 deletions

View file

@ -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