Go to file
2024-03-06 03:06:59 +00:00
.ci ci: android: Play store publishing setup 2024-02-04 10:54:18 -05:00
.github ci: fix mac build 2024-02-23 13:25:48 -05:00
.reuse android: Provide debug.keystore for debug and relWithDebInfo builds 2024-01-21 22:08:07 -05:00
builds Builds 2024-03-05 15:49:14 +01:00
CMakeModules cmake: support simpleini cmake config and pc file 2024-01-26 01:13:47 +01:00
dist Remove trailing whitespaces 2024-03-01 14:19:02 +08:00
externals update 2024-03-05 02:02:37 +01:00
hooks chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
LICENSES general: fix trailing whitespace 2024-01-08 09:34:32 -05:00
src Revert arbaic translation 2024-03-01 15:20:53 +08:00
tools tools: Add reset submodules script 2024-02-25 17:17:01 +00:00
.codespellrc core: refactor emulated cpu core activation 2023-12-04 10:37:16 -05:00
.git-blame-ignore-revs Skip git blame 2023-11-04 18:26:49 +00:00
.gitattributes chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
.gitignore android: Initialize defaults for each orientations 2023-06-14 16:35:58 -04:00
.gitmodules remove submodule SPIRV-Headers 2024-03-05 01:45:01 +01:00
CMakeLists.txt cmake: use vulkan-headers config file 2024-02-02 04:38:56 +01:00
CONTRIBUTING.md chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
Doxyfile chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
LICENSE.txt chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
README.md Update file README.md 2024-03-06 03:06:59 +00:00
vcpkg.json android: add oboe audio sink 2023-12-17 01:42:59 -05:00

Yuzu

Build Status

I'm not able to build Yuzu from the backed up source code because there's a link error with mbedtls.

If someone has an up to date mbedtls clone from the now deleted yuzu-emu/mbedtls or knows how to fix the following error please reach to me on Discord @Stay1444.

[12/106] Linking CXX executable bin/yuzu-cmd
FAILED: bin/yuzu-cmd 
< bunch of stuff >
mold: error: undefined symbol: mbedtls_cipher_cmac
>>> referenced by key_manager.cpp
>>>               src/core/libcore.a(src/core/CMakeFiles/core.dir/crypto/key_manager.cpp.o):(Core::Crypto::KeyManager::DeriveBase())
collect2: error: ld returned 1 exit status
[13/106] Building CXX object src/yuzu/CMakeFiles/yuzu.dir/cmake_pch.hxx.gch
ninja: build stopped: subcommand failed.

Releases