summaryrefslogtreecommitdiffstats
path: root/src/common/param_package.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-06-16common: param_package: Demote DEBUG to TRACE for gettersNarr the Reg1-3/+3
2021-10-02common/logging: Reduce scope of fmt includeameerj1-0/+1
2018-10-06citra_qt/configuration: misc input tab improvementszhupengfei1-1/+17
2018-07-20param_package: Take std::string by value in string-based Set() functionLioncash1-3/+5
2018-07-20param_package: Use std::unordered_map's insert_or_assign instead of map indexingLioncash1-3/+3
2018-07-20param_package: Get rid of file-static std::string constructionLioncash1-3/+4
2018-07-03Rename logging macro back to LOG_*James Rowe1-6/+6
2018-04-27common: Move logging macros over to new fmt-capable macros where applicableLioncash1-6/+6
2017-03-01Common: add ParamPackagewwylele1-0/+120