summaryrefslogtreecommitdiffstats
path: root/src/common/settings_enums.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-10general: fix apple clang buildLiam1-8/+8
2023-07-21core,common: Give memory layout setting an enumlat9nq1-0/+2
Allows for 6GB and 8GB layouts to be selected.
2023-07-21settings: Give indices to enumslat9nq1-6/+22
2023-07-21settings_enums: Remove castinglat9nq1-55/+55
Not sure how I missed this earlier, but these vectors can be constructed using the type of the enum.
2023-07-21settings,translation: Fix time zone enumlat9nq1-4/+4
Renames enum values to conform to naming convention.
2023-07-21settings,opengl,yuzu-qt: Fix AA, Filter maximumslat9nq1-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-21settings_enums: More aggressively use macroslat9nq1-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-21general: Add typeinfo where neededlat9nq1-0/+1
Using typeid without including typeinfo first produces an ill-formed program.
2023-07-21settings_enums: Add const type where neededlat9nq1-2/+2
2023-07-21settings_enums: Cannonicalize settings nameslat9nq1-2/+163
Gives every option of the enums a string literal via a macro.
2023-07-21settings,general: Rename non-confirming enumslat9nq1-19/+18
2023-07-21settings: Split enums to new filelat9nq1-0/+237