diff options
| author | 2022-10-01 14:53:36 -0700 | |
|---|---|---|
| committer | 2022-10-01 14:53:36 -0700 | |
| commit | 2a752bbd646aefaedd5b2aa334710a48bb6fe907 (patch) | |
| tree | 4513e36fa60db1ec1cdcef500088194030e61c83 /src/core/CMakeLists.txt | |
| parent | Merge pull request #9009 from yuzu-emu/bunnei-move-deploy-linux.sh (diff) | |
| parent | Address some review comments (diff) | |
| download | yuzu-2a752bbd646aefaedd5b2aa334710a48bb6fe907.tar.gz yuzu-2a752bbd646aefaedd5b2aa334710a48bb6fe907.tar.xz yuzu-2a752bbd646aefaedd5b2aa334710a48bb6fe907.zip | |
Merge pull request #8876 from FearlessTobi/multiplayer-part3
ldn: Implement "local wireless" networked multiplayer
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index c17662323..81391f513 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -496,6 +496,8 @@ add_library(core STATIC | |||
| 496 | hle/service/jit/jit.h | 496 | hle/service/jit/jit.h |
| 497 | hle/service/lbl/lbl.cpp | 497 | hle/service/lbl/lbl.cpp |
| 498 | hle/service/lbl/lbl.h | 498 | hle/service/lbl/lbl.h |
| 499 | hle/service/ldn/lan_discovery.cpp | ||
| 500 | hle/service/ldn/lan_discovery.h | ||
| 499 | hle/service/ldn/ldn_results.h | 501 | hle/service/ldn/ldn_results.h |
| 500 | hle/service/ldn/ldn.cpp | 502 | hle/service/ldn/ldn.cpp |
| 501 | hle/service/ldn/ldn.h | 503 | hle/service/ldn/ldn.h |