Skip to content

Commit

Permalink
Cleanup Cxd4 related code
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xw committed Jan 12, 2021
1 parent 8ef9dfe commit f41f3d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 644 deletions.
12 changes: 0 additions & 12 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ ifneq (,$(findstring win,$(platform)))
INCFLAGS += -I$(ROOT_DIR)/custom/mman-win32
endif

ifeq ($(LLE), 1)
SOURCES_C += \
$(ROOT_DIR)/custom/mupen64plus-rsp-cxd4/module.c \
$(CXD4DIR)/su.c \
$(CXD4DIR)/vu/add.c \
$(CXD4DIR)/vu/divide.c \
$(CXD4DIR)/vu/logical.c \
$(CXD4DIR)/vu/multiply.c \
$(CXD4DIR)/vu/select.c \
$(CXD4DIR)/vu/vu.c
endif

SOURCES_C = \
$(CORE_DIR)/src/asm_defines/asm_defines.c \
$(CORE_DIR)/src/api/callbacks.c \
Expand Down
Loading

0 comments on commit f41f3d6

Please sign in to comment.