Merge yuzu-emu#12499

This commit is contained in:
yuzubot
2024-01-21 19:11:03 +00:00
parent a3199401f4
commit 09cfe99590
143 changed files with 8699 additions and 3963 deletions

View File

@ -178,6 +178,9 @@ if (NOT TARGET stb::headers)
add_library(stb::headers ALIAS stb)
endif()
add_library(tz tz/tz/tz.cpp)
target_include_directories(tz PUBLIC ./tz)
add_library(bc_decoder bc_decoder/bc_decoder.cpp)
target_include_directories(bc_decoder PUBLIC ./bc_decoder)