summaryrefslogtreecommitdiffstats
path: root/src/core/telemetry_session.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port citra #3352 to yuzu (#103)River City Ransomware2018-01-201-1/+9
| | | | | | | | | | * Port citra #3352 to yuzu This change allows non x86_64 architectures to compile yuzu by skipping the building of dynarmic * Fixed clang-format errors * fixes more clang-format errors
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-131-9/+0
|
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-5/+0
|
* core: Gut out cryptop, since it doesn't compile with C++17.bunnei2018-01-131-3/+0
|
* configuration: Add cpu_core configuration optionMerryMage2018-01-121-1/+2
|
* WebService: Verify username and token (#2930)B3n302017-09-191-0/+12
| | | | | | | | | | * 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
* web_services: Refactor to remove dependency on Core.bunnei2017-08-261-1/+7
|
* qt: Add an option to view/regenerate telemetry ID.bunnei2017-08-261-3/+16
|
* telemetry_session: Log telemetry ID.bunnei2017-08-261-0/+36
|
* telemetry: Add field for OsPlatform.bunnei2017-08-041-0/+9
|
* telemetry: Add field for BuildName.bunnei2017-08-041-0/+1
|
* telemetry_session: Log BuildDate and ProgramName fields.bunnei2017-08-041-0/+7
|
* telemetry: Log performance, configuration, and system data.bunnei2017-07-181-10/+66
|
* web_service: Add CMake flag to enable.bunnei2017-07-121-2/+8
|
* telemetry_session: Use TelemetryJson to submit real telemetry.bunnei2017-07-121-2/+2
|
* telemetry: Log a few simple data fields throughout core.bunnei2017-05-251-0/+18
|
* core: Keep track of telemetry for the current emulation session.bunnei2017-05-251-0/+24