summaryrefslogtreecommitdiffstats
path: root/src/common/param_package.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* common: param_package: Demote DEBUG to TRACE for gettersNarr the Reg2022-06-161-3/+3
* common/logging: Reduce scope of fmt includeameerj2021-10-021-0/+1
* citra_qt/configuration: misc input tab improvementszhupengfei2018-10-061-1/+17
* param_package: Take std::string by value in string-based Set() functionLioncash2018-07-201-3/+5
* param_package: Use std::unordered_map's insert_or_assign instead of map indexingLioncash2018-07-201-3/+3
* param_package: Get rid of file-static std::string constructionLioncash2018-07-201-3/+4
* Rename logging macro back to LOG_*James Rowe2018-07-031-6/+6
* common: Move logging macros over to new fmt-capable macros where applicableLioncash2018-04-271-6/+6
* Common: add ParamPackagewwylele2017-03-011-0/+120