Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | citra_qt/configuration: misc input tab improvements | zhupengfei | 2018-10-06 | 1 | -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() function | Lioncash | 2018-07-20 | 1 | -1/+1 |
| | | | | | Allows avoiding string copies by letting the strings be moved into the function calls. | ||||
* | Common: add ParamPackage | wwylele | 2017-03-01 | 1 | -0/+40 |