From 697500d79e185696f8c6b780bdf1a3eedb1022d0 Mon Sep 17 00:00:00 2001 From: JPikachu Date: Tue, 21 Oct 2025 23:11:30 +0100 Subject: [PATCH] the commit above still before this still applies --- src/core/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 62dab070e3..96046af916 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -708,6 +708,8 @@ add_library(core STATIC hle/service/kernel_helpers.h hle/service/lbl/lbl.cpp hle/service/lbl/lbl.h + hle/service/ldn/client_process_monitor.cpp + hle/service/ldn/client_process_monitor.h hle/service/ldn/lan_discovery.cpp hle/service/ldn/lan_discovery.h hle/service/ldn/ldn.cpp