Skip to content

Commit 6d41afd

Browse files
authored
Add back pce and vecx (#579)
1 parent 601bdfa commit 6d41afd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ ifeq ($(ARCH), arm)
2222
endif
2323
ifeq ($(ARCH), arm64)
2424
CORES := $(filter-out lutro,$(CORES))
25-
CORES := $(filter-out mednafen_pce,$(CORES))
2625
CORES := $(filter-out mednafen_saturn,$(CORES))
2726
CORES := $(filter-out mupen64plus_next,$(CORES))
2827
CORES := $(filter-out picodrive,$(CORES))
2928
CORES := $(filter-out stella2014,$(CORES))
30-
CORES := $(filter-out vecx,$(CORES))
3129
endif
3230

3331
DYLIBS = $(addprefix cores/, $(addsuffix _libretro.dylib,$(CORES)))

0 commit comments

Comments
 (0)