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