summaryrefslogtreecommitdiffstats
path: root/src/common/settings_enums.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* settings: Add cpu backend settingGPUCode2023-11-251-0/+2
|
* yuzu: Use new setting method for stop emulationFlorian2023-10-121-0/+2
|
* general: Convert use_docked_mode to an enumerationlat9nq2023-08-221-0/+2
| | | | Allows some special interactions with it in the Qt frontend.
* general: fix apple clang buildLiam2023-08-101-8/+8
|
* core,common: Give memory layout setting an enumlat9nq2023-07-211-0/+2
| | | | Allows for 6GB and 8GB layouts to be selected.
* settings: Give indices to enumslat9nq2023-07-211-6/+22
|
* settings_enums: Remove castinglat9nq2023-07-211-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 enumlat9nq2023-07-211-4/+4
| | | | Renames enum values to conform to naming convention.
* settings,opengl,yuzu-qt: Fix AA, Filter maximumslat9nq2023-07-211-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 macroslat9nq2023-07-211-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 neededlat9nq2023-07-211-0/+1
| | | | Using typeid without including typeinfo first produces an ill-formed program.
* settings_enums: Add const type where neededlat9nq2023-07-211-2/+2
|
* settings_enums: Cannonicalize settings nameslat9nq2023-07-211-2/+163
| | | | Gives every option of the enums a string literal via a macro.
* settings,general: Rename non-confirming enumslat9nq2023-07-211-19/+18
|
* settings: Split enums to new filelat9nq2023-07-211-0/+237