summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/shared_translation.cpp
AgeCommit message (Collapse)Author
2023-07-21settings: Delete cpu_accuracy_first_timelat9nq
Almost a 2 year old migration setting now
2023-07-21configuration/shared: Clean up includes [IWYU]lat9nq
2023-07-21general: Add typeinfo where neededlat9nq
Using typeid without including typeinfo first produces an ill-formed program.
2023-07-21shared_translation: Populate combobox enums with macrolat9nq
2023-07-21shared_translation: Add translation for use video framratelat9nq
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-07-21settings,general: Rename/reorder setting idslat9nq
2023-07-21shared_translation: Add translation for AstcRecompressionlat9nq
2023-07-21shared_translation: Add missing tooltipslat9nq
2023-07-21configuration: Use a mapping of setting value to namelat9nq
Makes comboboxes always correspond to the value of the setting they're modifying.
2023-07-21configure_audio: Implement ui generationlat9nq
Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation configure_audio: Implement ui generation Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation settings: Make audio settings as enums
2023-07-21shared_widget: Refactor helperslat9nq
Makes checkbox creation an option as opposed to a label.
2023-07-21configure_system: Implement with for looplat9nq
2023-07-21shared_translation: Add UI widget translationslat9nq
2023-07-21configuration: Use buttons instead of highlightslat9nq
Only for updated configs at the moment
2023-07-21shared_translations: Re flow stringslat9nq
2023-07-21settings: Add anisotropy mode enumlat9nq
2023-07-21shared_translation: Finish using int idslat9nq
2023-07-21configure_graphics: Partial runtime implementationlat9nq
2023-07-21shared_translation: Add the rest of the settingslat9nq
2023-07-21shared_translation: Add copyright and licenselat9nq
2023-07-21configure_graphics_advance: Generate UI at runtimelat9nq
We can iterate through the AdvancedGraphics settings and generate the UI during runtime. This doesn't help runtime efficiency, but it helps a ton in reducing the amount of work a developer needs in order to add a new setting.