| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-03 | yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead ↵ | Lioncash | |
| of custom buttons Makes for shorter code, while also not requiring the buttons to be directly translated, they'll be handled by Qt itself. | |||
| 2019-04-01 | general: Use deducation guides for std::lock_guard and std::unique_lock | Lioncash | |
| Since C++17, the introduction of deduction guides for locking facilities means that we no longer need to hardcode the mutex type into the locks themselves, making it easier to switch mutex types, should it ever be necessary in the future. | |||
| 2018-12-03 | qt: Implement GUI dialog frontend for ProfileSelector | Zach Hilman | |
| Presents profiles in a list, similar to switch. | |||
