diff options
| author | 2021-12-25 20:27:52 +0100 | |
|---|---|---|
| committer | 2022-07-25 21:59:28 +0200 | |
| commit | 705f7db84dd85555a6aef1e136cf251725cef293 (patch) | |
| tree | e110c6482a11d711d18515afce4fc50adcee76e7 /src/tests/core | |
| parent | network: Add initial files and enet dependency (diff) | |
| download | yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.gz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.xz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.zip | |
yuzu: Add ui files for multiplayer rooms
Diffstat (limited to 'src/tests/core')
| -rw-r--r-- | src/tests/core/internal_network/network.cpp (renamed from src/tests/core/network/network.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/core/network/network.cpp b/src/tests/core/internal_network/network.cpp index 1bbb8372f..164b0ff24 100644 --- a/src/tests/core/network/network.cpp +++ b/src/tests/core/internal_network/network.cpp | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | #include <catch2/catch.hpp> | 4 | #include <catch2/catch.hpp> |
| 5 | 5 | ||
| 6 | #include "core/network/network.h" | 6 | #include "core/internal_network/network.h" |
| 7 | #include "core/network/sockets.h" | 7 | #include "core/internal_network/sockets.h" |
| 8 | 8 | ||
| 9 | TEST_CASE("Network::Errors", "[core]") { | 9 | TEST_CASE("Network::Errors", "[core]") { |
| 10 | Network::NetworkInstance network_instance; // initialize network | 10 | Network::NetworkInstance network_instance; // initialize network |