| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | settings: Add cpu backend setting | 2023-11-25 | 1 | -0/+2 | |
| | | |||||
| * | yuzu: Use new setting method for stop emulation | 2023-10-12 | 1 | -0/+2 | |
| | | |||||
| * | general: Convert use_docked_mode to an enumeration | 2023-08-22 | 1 | -0/+2 | |
| | | | | | Allows some special interactions with it in the Qt frontend. | ||||
| * | general: fix apple clang build | 2023-08-09 | 1 | -8/+8 | |
| | | |||||
| * | core,common: Give memory layout setting an enum | 2023-07-21 | 1 | -0/+2 | |
| | | | | | Allows for 6GB and 8GB layouts to be selected. | ||||
| * | settings: Give indices to enums | 2023-07-21 | 1 | -6/+22 | |
| | | |||||
| * | settings_enums: Remove casting | 2023-07-21 | 1 | -55/+55 | |
| | | | | | | Not sure how I missed this earlier, but these vectors can be constructed using the type of the enum. | ||||
| * | settings,translation: Fix time zone enum | 2023-07-21 | 1 | -4/+4 | |
| | | | | | Renames enum values to conform to naming convention. | ||||
| * | settings,opengl,yuzu-qt: Fix AA, Filter maximums | 2023-07-21 | 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... | ||||
| * | settings_enums: More aggressively use macros | 2023-07-21 | 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. | ||||
| * | general: Add typeinfo where needed | 2023-07-21 | 1 | -0/+1 | |
| | | | | | Using typeid without including typeinfo first produces an ill-formed program. | ||||
| * | settings_enums: Add const type where needed | 2023-07-21 | 1 | -2/+2 | |
| | | |||||
| * | settings_enums: Cannonicalize settings names | 2023-07-21 | 1 | -2/+163 | |
| | | | | | Gives every option of the enums a string literal via a macro. | ||||
| * | settings,general: Rename non-confirming enums | 2023-07-21 | 1 | -19/+18 | |
| | | |||||
| * | settings: Split enums to new file | 2023-07-21 | 1 | -0/+237 | |