summaryrefslogtreecommitdiffstats
path: root/src/core/telemetry_session.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-29video_core: add null backendLiam1-0/+2
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow1-2/+0
2021-09-16remove-audio-stretching-settingMoonlacer1-2/+0
2021-08-16configure_graphics: Add GPU nvdec decoding as an optionameerj1-2/+14
2021-07-24general: Rename "Frame Limit" references to "Speed Limit"ameerj1-2/+2
2021-07-23general: Add setting shader_backendlat9nq1-2/+2
2021-06-29core, input_common: Miscellaneous fixeslat9nq1-3/+5
2021-06-28general: Make most settings a BasicSettinglat9nq1-1/+1
2021-06-16configure_graphics: Add Accelerate ASTC decoding settingameerj1-0/+1
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-15/+32
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-11-18patch_manager: Remove usages of the global system instanceLioncash1-2/+7
2020-11-16settings: Preparation for per-game input settingsMorph1-1/+1
2020-10-27video_core: NVDEC Implementationameerj1-0/+2
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash1-0/+2
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-6/+6
2020-07-17Rebase for per game settingsDavid Marcec1-0/+2
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-11/+16
2020-05-19yuzu: Add frontend settings for assembly shadersReinUsesLisp1-0/+1
2020-04-22UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow1-2/+14
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-3/+3
2020-02-26core: settings: Add setting to enable vsync, which is on by default.bunnei1-0/+1
2020-01-29settings: Add settings for graphics backendReinUsesLisp1-1/+11
2019-12-02telemetry_session: Report renderer backendReinUsesLisp1-0/+1
2019-12-02telemetry_session: Use temporary to avoid writing the same enumReinUsesLisp1-16/+11
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