summaryrefslogtreecommitdiff
path: root/src/core/telemetry_session.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-3/+3
* settings: Add a configuration for use_accurate_framebuffers.Gravatar bunnei2018-06-271-0/+2
* core: Add a configuration setting for use_multi_core.Gravatar bunnei2018-05-101-0/+2
* core: Replace remaining old non-generic logger usages with fmt-capable equiva...Gravatar Lioncash2018-04-261-3/+3
* Merge pull request #276 from N00byKing/acctoyuzuGravatar bunnei2018-04-021-2/+2
|\
| * Change Telemetry Names to yuzuGravatar N00byKing2018-03-271-2/+2
* | config: Use simplified checkbox (from Citra) for CPU JIT.Gravatar bunnei2018-03-261-2/+3
|/
* Port citra #3352 to yuzu (#103)Gravatar River City Ransomware2018-01-191-1/+9
* Removing unused settings and yuzu rebrandingGravatar James Rowe2018-01-121-9/+0
* Remove gpu debugger and get yuzu qt to compileGravatar James Rowe2018-01-121-5/+0
* core: Gut out cryptop, since it doesn't compile with C++17.Gravatar bunnei2018-01-121-3/+0
* configuration: Add cpu_core configuration optionGravatar MerryMage2018-01-121-1/+2
* WebService: Verify username and token (#2930)Gravatar B3n302017-09-181-0/+12
* web_services: Refactor to remove dependency on Core.Gravatar bunnei2017-08-251-1/+7
* qt: Add an option to view/regenerate telemetry ID.Gravatar bunnei2017-08-251-3/+16
* telemetry_session: Log telemetry ID.Gravatar bunnei2017-08-251-0/+36
* telemetry: Add field for OsPlatform.Gravatar bunnei2017-08-031-0/+9
* telemetry: Add field for BuildName.Gravatar bunnei2017-08-031-0/+1
* telemetry_session: Log BuildDate and ProgramName fields.Gravatar bunnei2017-08-031-0/+7
* telemetry: Log performance, configuration, and system data.Gravatar bunnei2017-07-171-10/+66
* web_service: Add CMake flag to enable.Gravatar bunnei2017-07-111-2/+8
* telemetry_session: Use TelemetryJson to submit real telemetry.Gravatar bunnei2017-07-111-2/+2
* telemetry: Log a few simple data fields throughout core.Gravatar bunnei2017-05-241-0/+18
* core: Keep track of telemetry for the current emulation session.Gravatar bunnei2017-05-241-0/+24