summaryrefslogtreecommitdiffstats
path: root/src/core/telemetry_session.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Use console mode helper across projectlat9nq2023-08-231-2/+1
* general: Convert use_docked_mode to an enumerationlat9nq2023-08-221-1/+3
* settings,general: Rename non-confirming enumslat9nq2023-07-211-14/+12
* configure_audio: Implement ui generationlat9nq2023-07-211-1/+2
* configure_graphics_advance: Generate UI at runtimelat9nq2023-07-211-0/+2
* settings,video_core: Consolidate ASTC decoding optionslat9nq2023-07-211-1/+14
* settings: Enable FIFO relaxedlat9nq2023-05-031-2/+4
* telemetry_session: Make translate function staticlat9nq2023-05-031-1/+1
* configuration: Expose separate swap present modeslat9nq2023-05-031-1/+14
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-2/+2
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-2/+2
* video_core: add null backendLiam2022-11-291-0/+2
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* Settings: eliminate rescaling_factor.Fernando Sahmkow2021-11-161-2/+0
* remove-audio-stretching-settingMoonlacer2021-09-161-2/+0
* configure_graphics: Add GPU nvdec decoding as an optionameerj2021-08-161-2/+14
* Merge pull request #6696 from ameerj/speed-limit-renamebunnei2021-07-271-2/+2
|\
| * general: Rename "Frame Limit" references to "Speed Limit"ameerj2021-07-241-2/+2
* | general: Add setting shader_backendlat9nq2021-07-231-2/+2
|/
* core, input_common: Miscellaneous fixeslat9nq2021-06-291-3/+5
* general: Make most settings a BasicSettinglat9nq2021-06-281-1/+1
* configure_graphics: Add Accelerate ASTC decoding settingameerj2021-06-161-0/+1
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-15/+32
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-2/+7
* settings: Preparation for per-game input settingsMorph2020-11-161-1/+1
* video_core: NVDEC Implementationameerj2020-10-271-0/+2
* common/telemetry: Migrate namespace into the Common namespaceLioncash2020-08-181-0/+2
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-6/+6
* Rebase for per game settingsDavid Marcec2020-07-171-0/+2
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-11/+16
* yuzu: Add frontend settings for assembly shadersReinUsesLisp2020-05-191-0/+1
* UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow2020-04-221-2/+14
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-3/+3
* core: settings: Add setting to enable vsync, which is on by default.bunnei2020-02-261-0/+1
* settings: Add settings for graphics backendReinUsesLisp2020-01-291-1/+11
* telemetry_session: Report renderer backendReinUsesLisp2019-12-021-0/+1
* telemetry_session: Use temporary to avoid writing the same enumReinUsesLisp2019-12-021-16/+11
* yuzu: Remove setting for using UnicornLioncash2019-07-111-1/+0
* yuzu: Remove CPU Jit setting from the UIfearlessTobi2019-07-041-1/+1
* core/telemetry_session: Remove unnecessary web service nulling out in destructorLioncash2019-05-291-2/+1
* core/telemetry_session: Remove usages of the global system accessorLioncash2019-05-291-28/+32
* core/telemetry_session: Only create the backend when we really need itzhupengfei2019-05-041-8/+9
* settings: Add new graphics setting for use_asynchronous_gpu_emulation.bunnei2019-03-071-0/+2
* settings: Hide shader cache behind a settingReinUsesLisp2019-02-071-0/+2
* web_service: move telemetry condition from TelemetrySession constructor to destructorfearlessTobi2018-12-081-8/+4
* compatdb: Use a seperate endpoint for testcase submissionfearlessTobi2018-10-281-0/+9
* config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei2018-10-161-2/+2
* telemetry_session: Add missing includesLioncash2018-10-091-2/+4
* telemetry_session: Use a std::array in GenerateTelemetryId()Lioncash2018-10-091-2/+4
* Address more review commentsfearlessTobi2018-10-021-1/+1
* Address a bunch of review commentsfearlessTobi2018-10-021-5/+6
* Port web_service from CitrafearlessTobi2018-10-021-12/+39
* Add audio stretching supportfearlessTobi2018-09-081-0/+3
* drd: Parse title ID from program metadataZach Hilman2018-09-041-3/+21
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-0/+1
* Merge pull request #840 from FearlessTobi/port-3353bunnei2018-08-221-2/+3
|\
| * Port #3353 from CitrafearlessTobi2018-08-211-2/+3
* | telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId()Lioncash2018-08-211-4/+4
* | common/telemetry: Migrate core-independent info gathering to commonLioncash2018-08-151-62/+7
|/
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-211-2/+4
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
* settings: Add a configuration for use_accurate_framebuffers.bunnei2018-06-271-0/+2
* core: Add a configuration setting for use_multi_core.bunnei2018-05-111-0/+2
* core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash2018-04-261-3/+3
* Merge pull request #276 from N00byKing/acctoyuzubunnei2018-04-031-2/+2
|\
| * Change Telemetry Names to yuzuN00byKing2018-03-271-2/+2
* | config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2018-03-271-2/+3
|/
* Port citra #3352 to yuzu (#103)River City Ransomware2018-01-201-1/+9
* 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
* 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