Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | 1 | -0/+2 | |
Allows some special interactions with it in the Qt frontend. | |||||
2023-08-16 | yuzu-qt: Screenshots depend more on the graphics settings | lat9nq | 1 | -2/+0 | |
2023-08-16 | yuzu-qt: Implement unspecified screenshot ratio | lat9nq | 1 | -1/+1 | |
2023-08-16 | settings: Add AspectRatio enum, split res scale function | lat9nq | 1 | -0/+2 | |
2023-08-10 | general: fix apple clang build | Liam | 1 | -8/+8 | |
2023-07-21 | core,common: Give memory layout setting an enum | lat9nq | 1 | -0/+2 | |
Allows for 6GB and 8GB layouts to be selected. | |||||
2023-07-21 | settings: Give indices to enums | lat9nq | 1 | -6/+22 | |
2023-07-21 | settings_enums: Remove casting | lat9nq | 1 | -55/+55 | |
Not sure how I missed this earlier, but these vectors can be constructed using the type of the enum. | |||||
2023-07-21 | settings,translation: Fix time zone enum | lat9nq | 1 | -4/+4 | |
Renames enum values to conform to naming convention. | |||||
2023-07-21 | settings,opengl,yuzu-qt: Fix AA, Filter maximums | lat9nq | 1 | -2/+2 | |
The new enum macros don't support setting values directly. For LastAA and LastFilter, this means we need a simpler approach to loop around the toggle in the frontend... | |||||
2023-07-21 | settings_enums: More aggressively use macros | lat9nq | 1 | -351/+149 | |
This lets us define an enum and all the textual representations of its values in one swing. All for the price of some ugly macros. | |||||
2023-07-21 | general: Add typeinfo where needed | lat9nq | 1 | -0/+1 | |
Using typeid without including typeinfo first produces an ill-formed program. | |||||
2023-07-21 | settings_enums: Add const type where needed | lat9nq | 1 | -2/+2 | |
2023-07-21 | settings_enums: Cannonicalize settings names | lat9nq | 1 | -2/+163 | |
Gives every option of the enums a string literal via a macro. | |||||
2023-07-21 | settings,general: Rename non-confirming enums | lat9nq | 1 | -19/+18 | |
2023-07-21 | settings: Split enums to new file | lat9nq | 1 | -0/+237 | |