Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-18 | vulkan_device: don't use fixed cap for memory limits | Liam | |
2024-02-09 | general: add default configurations for applet mode | Liam | |
2023-12-17 | android: add oboe audio sink | Liam | |
2023-11-25 | settings: Add cpu backend setting | GPUCode | |
2023-10-12 | yuzu: Use new setting method for stop emulation | Florian | |
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
Allows some special interactions with it in the Qt frontend. | |||
2023-08-09 | general: fix apple clang build | Liam | |
2023-07-21 | core,common: Give memory layout setting an enum | lat9nq | |
Allows for 6GB and 8GB layouts to be selected. | |||
2023-07-21 | settings: Give indices to enums | lat9nq | |
2023-07-21 | settings_enums: Remove casting | lat9nq | |
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 | |
Renames enum values to conform to naming convention. | |||
2023-07-21 | settings,opengl,yuzu-qt: Fix AA, Filter maximums | lat9nq | |
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 | |
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 | |
Using typeid without including typeinfo first produces an ill-formed program. | |||
2023-07-21 | settings_enums: Add const type where needed | lat9nq | |
2023-07-21 | settings_enums: Cannonicalize settings names | lat9nq | |
Gives every option of the enums a string literal via a macro. | |||
2023-07-21 | settings,general: Rename non-confirming enums | lat9nq | |
2023-07-21 | settings: Split enums to new file | lat9nq | |