Browse Source

fix #include "common/logging.h"

lizzie/ios-port-sud
lizzie 3 months ago
parent
commit
f4df3e1dd7
  1. 2
      .ci/ios/build.sh
  2. 2
      src/ios/AppUIGameInformation.mm
  3. 3
      src/ios/AppUIObjC.mm
  4. 3
      src/ios/EmulationSession.mm

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"

Loading…
Cancel
Save