Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compatdb: Use a seperate endpoint for testcase submission | fearlessTobi | 2018-10-28 | 1 | -0/+6 |
| | |||||
* | telemetry_session: Remove doxygen comment for a non-existent parameter | Lioncash | 2018-10-09 | 1 | -1/+0 |
| | | | | There's no "func" parameter, so this can just be removed. | ||||
* | telemetry_session: Add missing includes | Lioncash | 2018-10-09 | 1 | -0/+1 |
| | | | | | Prevents potential compilation issues in the future by including missing headers for certain functions and types. | ||||
* | telemetry_session: Remove unimplemented FinalizeAsyncJob prototype | Lioncash | 2018-10-09 | 1 | -2/+0 |
| | | | | This isn't implemented anywhere, so it can just be removed. | ||||
* | Address a bunch of review comments | fearlessTobi | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Port web_service from Citra | fearlessTobi | 2018-10-02 | 1 | -2/+3 |
| | |||||
* | telemetry_session.h: Reword Documentation Comment from citra to yuzu | N00byKing | 2018-03-27 | 1 | -2/+2 |
| | |||||
* | WebService: Verify username and token (#2930) | B3n30 | 2017-09-19 | 1 | -0/+10 |
| | | | | | | | | | | * WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning | ||||
* | qt: Add an option to view/regenerate telemetry ID. | bunnei | 2017-08-26 | 1 | -0/+12 |
| | |||||
* | telemetry: Log a few simple data fields throughout core. | bunnei | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | core: Keep track of telemetry for the current emulation session. | bunnei | 2017-05-25 | 1 | -0/+38 |