From ab7bdbaac2a3b2c8c3157109cf8affc2206275bf Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Mon, 22 Feb 2021 10:10:08 +0000 Subject: [PATCH] (libretro) Fix static makefile --- libretro/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro/Makefile.common b/libretro/Makefile.common index 2c24b22b84..bb185a17a1 100644 --- a/libretro/Makefile.common +++ b/libretro/Makefile.common @@ -362,6 +362,7 @@ SOURCES_CXX += \ $(COREDIR)/Instance.cpp \ $(COREDIR)/Debugger/Breakpoints.cpp \ $(COREDIR)/Debugger/SymbolMap.cpp \ + $(COREDIR)/Debugger/MemBlockInfo.cpp \ $(COREDIR)/Dialog/PSPDialog.cpp \ $(COREDIR)/Dialog/PSPGamedataInstallDialog.cpp \ $(COREDIR)/Dialog/PSPMsgDialog.cpp \