Libretro: Update Makefile.common (#130)

This commit is contained in:
gouchi 2020-05-25 02:34:27 +02:00 committed by GitHub
parent cd70fdd963
commit 652bea85b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ SOURCES_CXX := $(LIBRETRO_DIR)/libretro.cpp \
$(CORE_DIR)/GbTimer.cpp \
$(CORE_DIR)/GbMemoryManager.cpp \
$(CORE_DIR)/GbDebugger.cpp \
$(CORE_DIR)/GbEventManager.cpp \
$(CORE_DIR)/GameboyDisUtils.cpp \
$(CORE_DIR)/Gsu.cpp \
$(CORE_DIR)/Gsu.Instructions.cpp \