Skip to content

Commit d8e1002

Browse files
committed
[libretro] Basic structure for libretro core
1 parent 9dcc0ae commit d8e1002

File tree

3 files changed

+278
-281
lines changed

3 files changed

+278
-281
lines changed

platforms/libretro/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,4 @@ uninstall:
370370
rm $(DESTDIR)$(libdir)/$(LIBRETRO_INSTALL_DIR)/$(TARGET)
371371
rm $(DESTDIR)$(libdir)/$(LIBRETRO_INSTALL_DIR)/$(TARGET_NAME).libretro
372372

373-
.PHONY: clean install uninstall
373+
.PHONY: clean install uninstall

platforms/libretro/Makefile.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SOURCES_C := $(SOURCE_DIR)/miniz/miniz.c \
1+
SOURCES_C := $(SOURCE_DIR)/miniz/miniz.c
22

33
SOURCES_CXX := $(CORE_DIR)/libretro.cpp \
44
$(SOURCE_DIR)/audio.cpp \
@@ -11,4 +11,4 @@ SOURCES_CXX := $(CORE_DIR)/libretro.cpp \
1111
$(SOURCE_DIR)/huc6280_psg.cpp \
1212
$(SOURCE_DIR)/huc6280.cpp \
1313
$(SOURCE_DIR)/input.cpp \
14-
$(SOURCE_DIR)/memory.cpp \
14+
$(SOURCE_DIR)/memory.cpp

0 commit comments

Comments
 (0)