early-access version 3864

This commit is contained in:
pineappleEA
2023-09-12 17:20:32 +02:00
parent 941d34b2fc
commit 687132519f
29 changed files with 5517 additions and 744 deletions

View File

@@ -151,6 +151,10 @@ add_library(common STATIC
zstd_compression.h
)
if (YUZU_ENABLE_PORTABLE)
add_compile_definitions(YUZU_ENABLE_PORTABLE)
endif()
if (WIN32)
target_sources(common PRIVATE
windows/timer_resolution.cpp