Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-24 | yuzu/configuration: create UI tab and move gamelist settings there | FearlessTobi | |
2020-01-19 | GUI/gamelist: add "None" as an option for second row and remove dynamically ↵ | Bartosz Kaszubowski | |
duplicate row options (#3309) * GUI/gamelist: add "None" as an option for second row and remove duplicated row options * fix clang-format warnings | |||
2019-06-05 | yuzu/configuration: Make function naming consistent | Lioncash | |
2018-12-02 | yuzu/configuration: Add missing override specifiers to configuration-related ↵ | Lioncash | |
classes Resolves trivial compiler warnings. | |||
2018-11-03 | game_list: Only reload game list after relevant settings changed | Zach Hilman | |
Prevents unnecessary reloads on every configuration operation. | |||
2018-09-12 | yuzu/configure_gamelist: Make combo box strings translatable | Lioncash | |
Given these are shown to the user, they should be translatable. While we're at it, also set up the dialog to automatically retranslate the dialog along with the combo boxes if it receives a LanguageChange event. | |||
2018-09-12 | yuzu/configure_gamelist: Move combo box initializtion to their own functions | Lioncash | |
Keeps the individual initialization of the combo boxes logically separate. We also shouldn't be dumping this sort of thing in the constructor directly. | |||
2018-08-06 | Avoid parsing RomFS to directory in NCA | Zach Hilman | |