Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: explicitly link mbedcrypto for yuzu-room | Kyle Kienapfel | 2022-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Address review comments | FearlessTobi | 2022-09-02 | 1 | -6/+1 |
| | |||||
* | dedicated_room: Correctly handle token decoding | FearlessTobi | 2022-08-27 | 1 | -0/+12 |
| | | | | | | Correctly handle token decoding when '=' has been trimmed by the backend server. Co-Authored-By: liushuyu <liushuyu011@gmail.com> | ||||
* | yuzu_room: Remove dependency on core | FearlessTobi | 2022-08-27 | 2 | -2/+2 |
| | |||||
* | core: network: Address review comments | german77 | 2022-08-15 | 3 | -2/+2 |
| | |||||
* | core, yuzu: Address first part of review comments | FearlessTobi | 2022-08-15 | 1 | -50/+50 |
| | |||||
* | Make copyright headers SPDX-compliant | FearlessTobi | 2022-08-15 | 3 | -3/+8 |
| | |||||
* | dedicated_room: Initial implementation | FearlessTobi | 2022-08-15 | 3 | -0/+417 |