diff --git a/CMakeLists.txt b/CMakeLists.txt index ef00ae8f5..6dd8dfb25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,7 @@ set(CMAKE_C_STANDARD 23 CACHE STRING "The C standard to use") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version") project(Ship VERSION 9.0.5 LANGUAGES C CXX) +link_directories(/opt/homebrew/lib) include(CMake/soh-cvars.cmake) include(CMake/lus-cvars.cmake) diff --git a/soh/soh/GCAdapterBridge.cpp b/soh/soh/GCAdapterBridge.cpp new file mode 100644 index 000000000..3adf371d6 --- /dev/null +++ b/soh/soh/GCAdapterBridge.cpp @@ -0,0 +1,4 @@ +#include "soh/ShipInit.hpp" +#include "public/bridge/controllerbridge.h" + +static RegisterShipInitFunc gInitGCAdapter([]() { InitGCAdapter(); }); \ No newline at end of file