yuzu-mirror/src
Kyle Kienapfel e78a623342 CMake: explicitly link mbedcrypto for yuzu-room
Doesn't appear to effect anything regular, but in both Linux and Windows
builds it looks like our project has all the libraries available for
linking. If this feature is turned off, there is only one thing that
quit working, when linking yuzu-room it couldn't find a function called
mbedtls_base64_decode

mbedtls is split into three libraries for some reason:
mbedtls
mbedx509
mbedcrypto

mbedtls_base64_decode is in mbedcrypto
2022-09-08 05:52:28 +07:00
..
audio_core Do some log memes to help perceived volume 2022-08-12 19:59:09 +07:00
common Merge pull request #8822 from FearlessTobi/multiplayer-fixes 2022-09-02 10:24:32 +07:00
core Merge pull request #8855 from german77/pls 2022-09-03 18:35:38 +07:00
dedicated_room CMake: explicitly link mbedcrypto for yuzu-room 2022-09-08 05:52:28 +07:00
input_common input_common: sdl: Always check for motion on reconnect 2022-09-03 17:52:57 +07:00
network yuzu: Display current game version in multiplayer room 2022-08-27 03:31:17 +07:00
shader_recompiler style: General style changes to match with the rest of the codebase 2022-08-31 08:51:47 +07:00
tests code: dodge PAGE_SIZE #define 2022-08-19 16:08:40 +07:00
video_core style: General style changes to match with the rest of the codebase 2022-08-31 08:51:47 +07:00
web_service web_service: Correct jwt issuer string 2022-08-15 20:25:41 +07:00
yuzu Qt: Make General->Debug scrollable 2022-09-03 04:59:01 +07:00
yuzu_cmd core, network: Add ability to proxy socket packets 2022-08-15 20:25:42 +07:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +07:00
CMakeLists.txt dedicated_room: Initial implementation 2022-08-15 20:25:41 +07:00