Skip to content

Commit

Permalink
[libretro] Basic structure for libretro core
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 2, 2025
1 parent 9dcc0ae commit d8e1002
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 281 deletions.
2 changes: 1 addition & 1 deletion platforms/libretro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,4 @@ uninstall:
rm $(DESTDIR)$(libdir)/$(LIBRETRO_INSTALL_DIR)/$(TARGET)
rm $(DESTDIR)$(libdir)/$(LIBRETRO_INSTALL_DIR)/$(TARGET_NAME).libretro

.PHONY: clean install uninstall
.PHONY: clean install uninstall
4 changes: 2 additions & 2 deletions platforms/libretro/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SOURCES_C := $(SOURCE_DIR)/miniz/miniz.c \
SOURCES_C := $(SOURCE_DIR)/miniz/miniz.c

SOURCES_CXX := $(CORE_DIR)/libretro.cpp \
$(SOURCE_DIR)/audio.cpp \
Expand All @@ -11,4 +11,4 @@ SOURCES_CXX := $(CORE_DIR)/libretro.cpp \
$(SOURCE_DIR)/huc6280_psg.cpp \
$(SOURCE_DIR)/huc6280.cpp \
$(SOURCE_DIR)/input.cpp \
$(SOURCE_DIR)/memory.cpp \
$(SOURCE_DIR)/memory.cpp
Loading

0 comments on commit d8e1002

Please sign in to comment.