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
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