From ec15d19ec10b290a4f737b19ebcc75aac903129c Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Thu, 15 Sep 2022 19:49:31 +0200 Subject: [PATCH] early-access version 2952 --- README.md | 2 +- src/common/CMakeLists.txt | 3 ++- src/yuzu/configuration/configure_tas.ui | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5888061c..21dfff451 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2950. +This is the source code for early-access 2952. ## Legal Notice diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index a81556af7..d3539a7d6 100755 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -170,6 +170,7 @@ if(ARCHITECTURE_x86_64) x64/xbyak_abi.h x64/xbyak_util.h ) + target_link_libraries(common PRIVATE xbyak) endif() if (MSVC) @@ -193,7 +194,7 @@ endif() create_target_directory_groups(common) target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile Threads::Threads) -target_link_libraries(common PRIVATE lz4::lz4 xbyak) +target_link_libraries(common PRIVATE lz4::lz4) if (TARGET zstd::zstd) target_link_libraries(common PRIVATE zstd::zstd) else() diff --git a/src/yuzu/configuration/configure_tas.ui b/src/yuzu/configuration/configure_tas.ui index cf88a5bf0..625af0c89 100755 --- a/src/yuzu/configuration/configure_tas.ui +++ b/src/yuzu/configuration/configure_tas.ui @@ -16,6 +16,9 @@ <html><head/><body><p>Reads controller input from scripts in the same format as TAS-nx scripts.<br/>For a more detailed explanation, please consult the <a href="https://yuzu-emu.org/help/feature/tas/"><span style=" text-decoration: underline; color:#039be5;">help page</span></a> on the yuzu website.</p></body></html> + + true +