summaryrefslogtreecommitdiffstats
path: root/src/common/param_package.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Project Mjölnir: Part 1Morph2020-08-261-1/+1
| | | | | Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-5/+5
| | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
* citra_qt/configuration: misc input tab improvementszhupengfei2018-10-061-0/+2
| | | | | | | | * Added a context menu on the buttons including Clear & Restore Default * Allow clearing (unsetting) inputs. Added a Clear All button * Allow restoring a single input to default (instead of all)
* param_package: Take std::string by value in string-based Set() functionLioncash2018-07-201-1/+1
| | | | | Allows avoiding string copies by letting the strings be moved into the function calls.
* Common: add ParamPackagewwylele2017-03-011-0/+40