summaryrefslogtreecommitdiff
path: root/src/yuzu/compatdb.cpp
AgeCommit message (Collapse)Author
2021-01-02general: Fix various spelling errorsMorph
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash
Migrates the Telemetry namespace into the Common namespace to make the code consistent with the rest of our common code.
2019-05-09yuzu/compatdb: Remove unnecessary qualifiersLioncash
Keeps the code consistent in regards to how the buttons are referred to.
2019-03-04yuzu: Remove usage of the global telemetry accessorLioncash
In these cases the system object is nearby, and in the other, the long-form of accessing the telemetry instance is already used, so we can get rid of the use of the global accessor.
2019-02-27yuzu/compatdb: Remove unused lambda captureLioncash
Silences a compiler warning with clang.
2018-10-28compatdb: Use a seperate endpoint for testcase submissionfearlessTobi
2018-10-02Address a bunch of review commentsfearlessTobi
2018-10-02Port web_service from CitrafearlessTobi