| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
In AbstractSetting, this removes the category, androidDefault, and valueAsString properties as they are no longer needed and have replacements. isSwitchable, global, and getValueAsString are all exposed and give better options for working with global/per-game settings.
|
| |
|
|
|
| |
This was mysteriously missing, likely from when I ported Citra fixes
semi-recently.
|
| | |
|
| |
|
|
|
| |
This has yet to be PR'd on Citra, but regressions on yuzu that have
been fixed in Citra needed to appear here.
|
| | |
|
| | |
|
| |
|
|
| |
Fixes essentially a shadowing issue.
|
| |
|
|
|
|
| |
Addresses review feedback
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
settings_common: Remove unused optional
|
| |
|
|
| |
Suggests to a frontend how to represent each setting.
|
| | |
|
| |
|
|
| |
Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref.
|
| | |
|
| |
|
|
|
| |
Reduces the need for the compiler to duplicate this code, by about
100KB executable size.
|
| |
|
|
|
| |
ToString didn't have a constexpr if statement where needed.
Canonicalize missed an else, causing unreachable code error on MSVC.
|
|
|
Reduces compile times a tad on clang.
|