| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
build(room): simplify yuzu-room installation
|
| |
| |
| |
| |
| | |
CMake is able to automatically install binaries in the correct location. Also see my older patch, https://github.com/yuzu-emu/yuzu/commit/af94bf4a594b6a3599fae1d78e5d283b9f602032
Cc: @FearlessTobi
|
| |
| |
| |
| |
| |
| |
| | |
... mebedtls' base64 routine has a strange behavioral issue where if the
input is invalid, it will not report it as invalid, but rather returning
a bunch of garbage data. This new round-tripping padding method should
eliminate such issue.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Correctly handle token decoding when '=' has been trimmed by the backend server.
Co-Authored-By: liushuyu <liushuyu011@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|