Browse Source

fix #include "common/logging.h"

lizzie/ios-port-sud
lizzie 21 hours ago
parent
commit
3e92f0cb95
  1. 2
      .ci/ios/build.sh
  2. 2
      src/ios/AppUIGameInformation.mm
  3. 3
      src/ios/AppUIObjC.mm
  4. 3
      src/ios/EmulationSession.mm
  5. 2
      src/tests/CMakeLists.txt
  6. 2
      src/yuzu_cmd/CMakeLists.txt

2
.ci/ios/build.sh

@ -35,4 +35,4 @@ cmake -G Xcode -B build \
-DCPMUTIL_FORCE_BUNDLED=ON \ -DCPMUTIL_FORCE_BUNDLED=ON \
-DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Release
cmake --build build
cmake --build build -t eden-ios

2
src/ios/AppUIGameInformation.mm

@ -73,7 +73,7 @@ public:
#define SDL_MAIN_HANDLED #define SDL_MAIN_HANDLED
#include <SDL.h> #include <SDL.h>
#include "common/logging/log.h"
#include "common/logging.h"
#include "input_common/main.h" #include "input_common/main.h"
const std::array<int, Settings::NativeButton::NumButtons> SdlConfig::default_buttons = { const std::array<int, Settings::NativeButton::NumButtons> SdlConfig::default_buttons = {

3
src/ios/AppUIObjC.mm

@ -24,8 +24,7 @@
#include "common/detached_tasks.h" #include "common/detached_tasks.h"
#include "common/dynamic_library.h" #include "common/dynamic_library.h"
#include "common/fs/path_util.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/scope_exit.h"
#include "common/settings.h" #include "common/settings.h"
#include "common/string_util.h" #include "common/string_util.h"

3
src/ios/EmulationSession.mm

@ -22,8 +22,7 @@
#include "common/detached_tasks.h" #include "common/detached_tasks.h"
#include "common/dynamic_library.h" #include "common/dynamic_library.h"
#include "common/fs/path_util.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/scm_rev.h"
#include "common/scope_exit.h" #include "common/scope_exit.h"
#include "common/settings.h" #include "common/settings.h"

2
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-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2018 yuzu Emulator Project # SPDX-FileCopyrightText: 2018 yuzu Emulator Project

2
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-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2018 yuzu Emulator Project # SPDX-FileCopyrightText: 2018 yuzu Emulator Project

Loading…
Cancel
Save