Implemented rewindless Fiber without Boost (using minicoro)

This commit is contained in:
darktux
2024-04-05 01:58:30 +02:00
parent 3857ff1aa8
commit b07b266b87
9 changed files with 2116 additions and 157 deletions

View File

@@ -160,6 +160,9 @@ if (YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES)
add_subdirectory(Vulkan-Utility-Libraries)
endif()
# Boost headers
add_subdirectory(boost-headers)
# TZDB (Time Zone Database)
add_subdirectory(nx_tzdb)

1
externals/boost-headers vendored Submodule

Submodule externals/boost-headers added at 0456900fad