aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/shared_translation.h
AgeCommit message (Collapse)Author
2023-07-21configuration: Use enum indexlat9nq
2023-07-21configuration/shared: Clean up includes [IWYU]lat9nq
2023-07-21shared_translation: Fix pragma oncelat9nq
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-21shared_translation: Finish using int idslat9nq
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.