diff options
| author | 2023-11-26 20:25:18 -0500 | |
|---|---|---|
| committer | 2023-11-26 20:44:07 -0500 | |
| commit | a76a8fb5fecb4731a9a9231f3e06d5743c34e090 (patch) | |
| tree | 5b7b163235de2c0ea47b5ea5e698715397fe14d3 /src/core | |
| parent | general: fix mac compile (diff) | |
| download | yuzu-a76a8fb5fecb4731a9a9231f3e06d5743c34e090.tar.gz yuzu-a76a8fb5fecb4731a9a9231f3e06d5743c34e090.tar.xz yuzu-a76a8fb5fecb4731a9a9231f3e06d5743c34e090.zip | |
qt: add cpu_backend configuration
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index e0bfb5b95..c3ab5ecf9 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -926,8 +926,7 @@ if (ENABLE_WEB_SERVICE) | |||
| 926 | target_link_libraries(core PRIVATE web_service) | 926 | target_link_libraries(core PRIVATE web_service) |
| 927 | endif() | 927 | endif() |
| 928 | 928 | ||
| 929 | if (ARCHITECTURE_arm64 AND (ANDROID OR ${CMAKE_SYSTEM_NAME} STREQUAL "Linux")) | 929 | if (HAS_NCE) |
| 930 | target_compile_definitions(core PRIVATE -DHAS_NCE) | ||
| 931 | enable_language(C ASM) | 930 | enable_language(C ASM) |
| 932 | set(CMAKE_ASM_FLAGS "${CFLAGS} -x assembler-with-cpp") | 931 | set(CMAKE_ASM_FLAGS "${CFLAGS} -x assembler-with-cpp") |
| 933 | 932 | ||