index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
telemetry_session.cpp
Age
Commit message (
Expand
)
Author
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-15
settings: Preparation for per-game input settings
Morph
2020-10-26
video_core: NVDEC Implementation
ameerj
2020-08-18
common/telemetry: Migrate namespace into the Common namespace
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-07-17
Rebase for per game settings
David Marcec
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-05-19
yuzu: Add frontend settings for assembly shaders
ReinUsesLisp
2020-04-22
UI: Replasce accurate GPU option for GPU Accuracy Level
Fernando Sahmkow
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-02-25
core: settings: Add setting to enable vsync, which is on by default.
bunnei
2020-01-29
settings: Add settings for graphics backend
ReinUsesLisp
2019-12-02
telemetry_session: Report renderer backend
ReinUsesLisp
2019-12-02
telemetry_session: Use temporary to avoid writing the same enum
ReinUsesLisp
2019-07-11
yuzu: Remove setting for using Unicorn
Lioncash
2019-07-04
yuzu: Remove CPU Jit setting from the UI
fearlessTobi
2019-05-28
core/telemetry_session: Remove unnecessary web service nulling out in destructor
Lioncash
2019-05-28
core/telemetry_session: Remove usages of the global system accessor
Lioncash
2019-05-04
core/telemetry_session: Only create the backend when we really need it
zhupengfei
2019-03-06
settings: Add new graphics setting for use_asynchronous_gpu_emulation.
bunnei
2019-02-06
settings: Hide shader cache behind a setting
ReinUsesLisp
2018-12-08
web_service: move telemetry condition from TelemetrySession constructor to d...
fearlessTobi
2018-10-28
compatdb: Use a seperate endpoint for testcase submission
fearlessTobi
2018-10-16
config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.
bunnei
2018-10-09
telemetry_session: Add missing includes
Lioncash
2018-10-09
telemetry_session: Use a std::array in GenerateTelemetryId()
Lioncash
2018-10-02
Address more review comments
fearlessTobi
2018-10-02
Address a bunch of review comments
fearlessTobi
2018-10-02
Port web_service from Citra
fearlessTobi
2018-09-08
Add audio stretching support
fearlessTobi
2018-09-04
drd: Parse title ID from program metadata
Zach Hilman
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-22
Merge pull request #840 from FearlessTobi/port-3353
bunnei
2018-08-20
telemetry_session: Don't allocate std::string instances for program lifetime ...
Lioncash
2018-08-21
Port #3353 from Citra
fearlessTobi
2018-08-14
common/telemetry: Migrate core-independent info gathering to common
Lioncash
2018-07-21
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-27
settings: Add a configuration for use_accurate_framebuffers.
bunnei
2018-05-10
core: Add a configuration setting for use_multi_core.
bunnei
2018-04-26
core: Replace remaining old non-generic logger usages with fmt-capable equiva...
Lioncash
2018-04-02
Merge pull request #276 from N00byKing/acctoyuzu
bunnei
2018-03-27
Change Telemetry Names to yuzu
N00byKing
2018-03-26
config: Use simplified checkbox (from Citra) for CPU JIT.
bunnei
2018-01-19
Port citra #3352 to yuzu (#103)
River City Ransomware
2018-01-12
Removing unused settings and yuzu rebranding
James Rowe
2018-01-12
Remove gpu debugger and get yuzu qt to compile
James Rowe
2018-01-12
core: Gut out cryptop, since it doesn't compile with C++17.
bunnei
2018-01-12
configuration: Add cpu_core configuration option
MerryMage
2017-09-18
WebService: Verify username and token (#2930)
B3n30
[next]