Implemented rewindless Fiber without Boost (using minicoro)

This commit is contained in:
darktux 2024-04-05 01:58:30 +02:00 committed by Briar
parent 60643dd1b2
commit 16f92e5b32
9 changed files with 2119 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)