From ff4bceb2f314a02ef1835d1c9194614d87d40641 Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 25 Mar 2026 03:01:48 +0000 Subject: [PATCH] fix shit? --- src/ios/CMakeLists.txt | 4 ++-- src/ios/EmulationWindow.mm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ios/CMakeLists.txt b/src/ios/CMakeLists.txt index 6322e3ec69..f8ec00959d 100644 --- a/src/ios/CMakeLists.txt +++ b/src/ios/CMakeLists.txt @@ -25,9 +25,9 @@ set_target_properties(eden-ios PROPERTIES XCODE_ATTRIBUTE_SWIFT_OBJC_BRIDGING_HEADER "${CMAKE_CURRENT_SOURCE_DIR}/AppUI-Bridging-Header.h" ) -target_link_libraries(eden-ios PRIVATE common core input_common frontend_common video_core glad) +target_link_libraries(eden-ios PRIVATE common core input_common frontend_common shader_recompiler video_core glad) target_link_libraries(eden-ios PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads) -target_link_libraries(eden-ios PRIVATE SDL2::SDL2) +target_link_libraries(eden-ios PRIVATE SDL2::SDL2 sirit::sirit) create_target_directory_groups(eden-ios) target_compile_options(eden-ios PRIVATE $<$:-Wno-conversion> diff --git a/src/ios/EmulationWindow.mm b/src/ios/EmulationWindow.mm index 4ed6f84c81..b917929c2c 100644 --- a/src/ios/EmulationWindow.mm +++ b/src/ios/EmulationWindow.mm @@ -8,7 +8,7 @@ #include -#include "common/logging/log.h" +#include "common/logging.h" #include "input_common/drivers/touch_screen.h" #include "input_common/drivers/virtual_amiibo.h" #include "input_common/drivers/virtual_gamepad.h"