summaryrefslogtreecommitdiffstats
path: root/src/core/telemetry_session.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-11yuzu: Remove setting for using UnicornLioncash1-1/+0
2019-07-04yuzu: Remove CPU Jit setting from the UIfearlessTobi1-1/+1
2019-05-29core/telemetry_session: Remove unnecessary web service nulling out in destructorLioncash1-2/+1
2019-05-29core/telemetry_session: Remove usages of the global system accessorLioncash1-28/+32
2019-05-04core/telemetry_session: Only create the backend when we really need itzhupengfei1-8/+9
2019-03-07settings: Add new graphics setting for use_asynchronous_gpu_emulation.bunnei1-0/+2
2019-02-07settings: Hide shader cache behind a settingReinUsesLisp1-0/+2
2018-12-08 web_service: move telemetry condition from TelemetrySession constructor to destructorfearlessTobi1-8/+4
2018-10-28compatdb: Use a seperate endpoint for testcase submissionfearlessTobi1-0/+9
2018-10-16config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei1-2/+2
2018-10-09telemetry_session: Add missing includesLioncash1-2/+4
2018-10-09telemetry_session: Use a std::array in GenerateTelemetryId()Lioncash1-2/+4
2018-10-02Address more review commentsfearlessTobi1-1/+1
2018-10-02Address a bunch of review commentsfearlessTobi1-5/+6
2018-10-02Port web_service from CitrafearlessTobi1-12/+39
2018-09-08Add audio stretching supportfearlessTobi1-0/+3
2018-09-04drd: Parse title ID from program metadataZach Hilman1-3/+21
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash1-0/+1
2018-08-21telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId()Lioncash1-4/+4
2018-08-21Port #3353 from CitrafearlessTobi1-2/+3
2018-08-15common/telemetry: Migrate core-independent info gathering to commonLioncash1-62/+7
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash1-2/+4
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-06-27settings: Add a configuration for use_accurate_framebuffers.bunnei1-0/+2
2018-05-11core: Add a configuration setting for use_multi_core.bunnei1-0/+2
2018-04-26core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash1-3/+3
2018-03-27Change Telemetry Names to yuzuN00byKing1-2/+2
2018-03-27config: Use simplified checkbox (from Citra) for CPU JIT.bunnei1-2/+3
2018-01-20Port citra #3352 to yuzu (#103)River City Ransomware1-1/+9
2018-01-13Removing unused settings and yuzu rebrandingJames Rowe1-9/+0
2018-01-13Remove gpu debugger and get yuzu qt to compileJames Rowe1-5/+0
2018-01-13core: Gut out cryptop, since it doesn't compile with C++17.bunnei1-3/+0
2018-01-12configuration: Add cpu_core configuration optionMerryMage1-1/+2
2017-09-19WebService: Verify username and token (#2930)B3n301-0/+12
2017-08-26web_services: Refactor to remove dependency on Core.bunnei1-1/+7
2017-08-26qt: Add an option to view/regenerate telemetry ID.bunnei1-3/+16
2017-08-26telemetry_session: Log telemetry ID.bunnei1-0/+36
2017-08-04telemetry: Add field for OsPlatform.bunnei1-0/+9
2017-08-04telemetry: Add field for BuildName.bunnei1-0/+1
2017-08-04telemetry_session: Log BuildDate and ProgramName fields.bunnei1-0/+7
2017-07-18telemetry: Log performance, configuration, and system data.bunnei1-10/+66
2017-07-12web_service: Add CMake flag to enable.bunnei1-2/+8
2017-07-12telemetry_session: Use TelemetryJson to submit real telemetry.bunnei1-2/+2
2017-05-25telemetry: Log a few simple data fields throughout core.bunnei1-0/+18
2017-05-25core: Keep track of telemetry for the current emulation session.bunnei1-0/+24