index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
telemetry_session.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
general: Use console mode helper across project
lat9nq
1
-2
/
+1
2023-08-22
general: Convert use_docked_mode to an enumeration
lat9nq
1
-1
/
+3
2023-07-21
settings,general: Rename non-confirming enums
lat9nq
1
-14
/
+12
2023-07-21
configure_audio: Implement ui generation
lat9nq
1
-1
/
+2
2023-07-21
configure_graphics_advance: Generate UI at runtime
lat9nq
1
-0
/
+2
2023-07-21
settings,video_core: Consolidate ASTC decoding options
lat9nq
1
-1
/
+14
2023-05-03
settings: Enable FIFO relaxed
lat9nq
1
-2
/
+4
2023-05-03
telemetry_session: Make translate function static
lat9nq
1
-1
/
+1
2023-05-03
configuration: Expose separate swap present modes
lat9nq
1
-1
/
+14
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-2
/
+2
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-2
/
+2
2022-11-29
video_core: add null backend
Liam
1
-0
/
+2
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-3
/
+2
2021-11-16
Settings: eliminate rescaling_factor.
Fernando Sahmkow
1
-2
/
+0
2021-09-16
remove-audio-stretching-setting
Moonlacer
1
-2
/
+0
2021-08-16
configure_graphics: Add GPU nvdec decoding as an option
ameerj
1
-2
/
+14
2021-07-24
general: Rename "Frame Limit" references to "Speed Limit"
ameerj
1
-2
/
+2
2021-07-23
general: Add setting shader_backend
lat9nq
1
-2
/
+2
2021-06-29
core, input_common: Miscellaneous fixes
lat9nq
1
-3
/
+5
2021-06-28
general: Make most settings a BasicSetting
lat9nq
1
-1
/
+1
2021-06-16
configure_graphics: Add Accelerate ASTC decoding setting
ameerj
1
-0
/
+1
2021-05-26
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
1
-15
/
+32
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
1
-2
/
+7
2020-11-16
settings: Preparation for per-game input settings
Morph
1
-1
/
+1
2020-10-27
video_core: NVDEC Implementation
ameerj
1
-0
/
+2
2020-08-18
common/telemetry: Migrate namespace into the Common namespace
Lioncash
1
-0
/
+2
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
1
-6
/
+6
2020-07-17
Rebase for per game settings
David Marcec
1
-0
/
+2
2020-07-10
configuration: implement per-game configurations (#4098)
lat9nq
1
-11
/
+16
2020-05-19
yuzu: Add frontend settings for assembly shaders
ReinUsesLisp
1
-0
/
+1
2020-04-22
UI: Replasce accurate GPU option for GPU Accuracy Level
Fernando Sahmkow
1
-2
/
+14
2020-04-16
CMakeLists: Specify -Wextra on linux builds
Lioncash
1
-3
/
+3
2020-02-26
core: settings: Add setting to enable vsync, which is on by default.
bunnei
1
-0
/
+1
2020-01-29
settings: Add settings for graphics backend
ReinUsesLisp
1
-1
/
+11
2019-12-02
telemetry_session: Report renderer backend
ReinUsesLisp
1
-0
/
+1
2019-12-02
telemetry_session: Use temporary to avoid writing the same enum
ReinUsesLisp
1
-16
/
+11
2019-07-11
yuzu: Remove setting for using Unicorn
Lioncash
1
-1
/
+0
2019-07-04
yuzu: Remove CPU Jit setting from the UI
fearlessTobi
1
-1
/
+1
2019-05-29
core/telemetry_session: Remove unnecessary web service nulling out in destructor
Lioncash
1
-2
/
+1
2019-05-29
core/telemetry_session: Remove usages of the global system accessor
Lioncash
1
-28
/
+32
2019-05-04
core/telemetry_session: Only create the backend when we really need it
zhupengfei
1
-8
/
+9
2019-03-07
settings: Add new graphics setting for use_asynchronous_gpu_emulation.
bunnei
1
-0
/
+2
2019-02-07
settings: Hide shader cache behind a setting
ReinUsesLisp
1
-0
/
+2
2018-12-08
web_service: move telemetry condition from TelemetrySession constructor to destructor
fearlessTobi
1
-8
/
+4
2018-10-28
compatdb: Use a seperate endpoint for testcase submission
fearlessTobi
1
-0
/
+9
2018-10-16
config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.
bunnei
1
-2
/
+2
2018-10-09
telemetry_session: Add missing includes
Lioncash
1
-2
/
+4
2018-10-09
telemetry_session: Use a std::array in GenerateTelemetryId()
Lioncash
1
-2
/
+4
2018-10-02
Address more review comments
fearlessTobi
1
-1
/
+1
2018-10-02
Address a bunch of review comments
fearlessTobi
1
-5
/
+6
2018-10-02
Port web_service from Citra
fearlessTobi
1
-12
/
+39
2018-09-08
Add audio stretching support
fearlessTobi
1
-0
/
+3
2018-09-04
drd: Parse title ID from program metadata
Zach Hilman
1
-3
/
+21
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
1
-0
/
+1
2018-08-21
telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId()
Lioncash
1
-4
/
+4
2018-08-21
Port #3353 from Citra
fearlessTobi
1
-2
/
+3
2018-08-15
common/telemetry: Migrate core-independent info gathering to common
Lioncash
1
-62
/
+7
2018-07-21
file_util: Use an enum class for GetUserPath()
Lioncash
1
-2
/
+4
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-3
/
+3
2018-06-27
settings: Add a configuration for use_accurate_framebuffers.
bunnei
1
-0
/
+2
2018-05-11
core: Add a configuration setting for use_multi_core.
bunnei
1
-0
/
+2
2018-04-26
core: Replace remaining old non-generic logger usages with fmt-capable equivalents
Lioncash
1
-3
/
+3
2018-03-27
Change Telemetry Names to yuzu
N00byKing
1
-2
/
+2
2018-03-27
config: Use simplified checkbox (from Citra) for CPU JIT.
bunnei
1
-2
/
+3
2018-01-20
Port citra #3352 to yuzu (#103)
River City Ransomware
1
-1
/
+9
2018-01-13
Removing unused settings and yuzu rebranding
James Rowe
1
-9
/
+0
2018-01-13
Remove gpu debugger and get yuzu qt to compile
James Rowe
1
-5
/
+0
2018-01-13
core: Gut out cryptop, since it doesn't compile with C++17.
bunnei
1
-3
/
+0
2018-01-12
configuration: Add cpu_core configuration option
MerryMage
1
-1
/
+2
2017-09-19
WebService: Verify username and token (#2930)
B3n30
1
-0
/
+12
2017-08-26
web_services: Refactor to remove dependency on Core.
bunnei
1
-1
/
+7
2017-08-26
qt: Add an option to view/regenerate telemetry ID.
bunnei
1
-3
/
+16
2017-08-26
telemetry_session: Log telemetry ID.
bunnei
1
-0
/
+36
2017-08-04
telemetry: Add field for OsPlatform.
bunnei
1
-0
/
+9
2017-08-04
telemetry: Add field for BuildName.
bunnei
1
-0
/
+1
2017-08-04
telemetry_session: Log BuildDate and ProgramName fields.
bunnei
1
-0
/
+7
2017-07-18
telemetry: Log performance, configuration, and system data.
bunnei
1
-10
/
+66
2017-07-12
web_service: Add CMake flag to enable.
bunnei
1
-2
/
+8
2017-07-12
telemetry_session: Use TelemetryJson to submit real telemetry.
bunnei
1
-2
/
+2
2017-05-25
telemetry: Log a few simple data fields throughout core.
bunnei
1
-0
/
+18
2017-05-25
core: Keep track of telemetry for the current emulation session.
bunnei
1
-0
/
+24