diff --git a/.ci/ios/build.sh b/.ci/ios/build.sh index fa850f3931..a21e116d66 100755 --- a/.ci/ios/build.sh +++ b/.ci/ios/build.sh @@ -35,4 +35,4 @@ cmake -G Xcode -B build \ -DCPMUTIL_FORCE_BUNDLED=ON \ -DCMAKE_BUILD_TYPE=Release -cmake --build build +cmake --build build -t eden-ios diff --git a/src/ios/AppUIGameInformation.mm b/src/ios/AppUIGameInformation.mm index 713494dfac..5c0e603348 100644 --- a/src/ios/AppUIGameInformation.mm +++ b/src/ios/AppUIGameInformation.mm @@ -73,7 +73,7 @@ public: #define SDL_MAIN_HANDLED #include -#include "common/logging/log.h" +#include "common/logging.h" #include "input_common/main.h" const std::array SdlConfig::default_buttons = { diff --git a/src/ios/AppUIObjC.mm b/src/ios/AppUIObjC.mm index 5cd7f72b21..32bffd43ca 100644 --- a/src/ios/AppUIObjC.mm +++ b/src/ios/AppUIObjC.mm @@ -24,8 +24,7 @@ #include "common/detached_tasks.h" #include "common/dynamic_library.h" #include "common/fs/path_util.h" -#include "common/logging/backend.h" -#include "common/logging/log.h" +#include "common/logging.h" #include "common/scope_exit.h" #include "common/settings.h" #include "common/string_util.h" diff --git a/src/ios/EmulationSession.mm b/src/ios/EmulationSession.mm index 16f0709d8a..9861e0a544 100644 --- a/src/ios/EmulationSession.mm +++ b/src/ios/EmulationSession.mm @@ -22,8 +22,7 @@ #include "common/detached_tasks.h" #include "common/dynamic_library.h" #include "common/fs/path_util.h" -#include "common/logging/backend.h" -#include "common/logging/log.h" +#include "common/logging.h" #include "common/scm_rev.h" #include "common/scope_exit.h" #include "common/settings.h" diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 68784e0e34..23b398af30 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-FileCopyrightText: 2018 yuzu Emulator Project diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 5c05e84b2b..b3f2b4fd8b 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-FileCopyrightText: 2018 yuzu Emulator Project