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