Removed custom fibers implementation due to issues caused on Windows

Looks like the Windows ATL doesn't play along well at all. What a bummer.
This commit is contained in:
spectranator
2024-05-08 07:58:20 +02:00
parent 1df1841ad1
commit 036a7edb2c
9 changed files with 153 additions and 2159 deletions

View File

@@ -172,9 +172,6 @@ if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS)
add_subdirectory(SPIRV-Tools)
endif()
# Boost headers
add_subdirectory(boost-headers)
# TZDB (Time Zone Database)
add_subdirectory(nx_tzdb)