From 418e9d35cd5d39ca55780672a5874138dfdef3cf Mon Sep 17 00:00:00 2001 From: Sour Date: Mon, 31 Dec 2018 17:20:30 -0500 Subject: [PATCH] Libretro: Fixed build error --- Libretro/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Libretro/Makefile.common b/Libretro/Makefile.common index f9dd8eea..d0ce2ae7 100644 --- a/Libretro/Makefile.common +++ b/Libretro/Makefile.common @@ -86,6 +86,7 @@ SOURCES_CXX := $(LIBRETRO_DIR)/libretro.cpp \ $(CORE_DIR)/OggMixer.cpp \ $(CORE_DIR)/OggReader.cpp \ $(CORE_DIR)/PPU.cpp \ + $(CORE_DIR)/PgoUtilities.cpp \ $(CORE_DIR)/Profiler.cpp \ $(CORE_DIR)/RecordedRomTest.cpp \ $(CORE_DIR)/ReverbFilter.cpp \