Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | settings, shared_widget: typo fixes | lat9nq | |
2023-07-21 | configure_audio: Implement ui generation | lat9nq | |
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-21 | settings: Split enums to new file | lat9nq | |
2023-07-21 | shared_widget: Use a better icon | lat9nq | |
This one looks more relevant on Windows. | |||
2023-07-21 | shared_widget: Refactor helpers | lat9nq | |
Makes checkbox creation an option as opposed to a label. | |||
2023-07-21 | settings, uisettings: Initialize linkage counter | lat9nq | |
2023-07-21 | configure_system: Implement with for loop | lat9nq | |
2023-07-21 | per_game: Remove general tab | lat9nq | |
It's empty. | |||
2023-07-21 | shared_widget: Internalize extra setting configuration | lat9nq | |
2023-07-21 | settings: Move runtime and save to parameters | lat9nq | |
These don't need to be whole new types. | |||
2023-07-21 | graphics: Set speed limit to spinbox | lat9nq | |
2023-07-21 | shared_widget: Support checkbox + spinbox | lat9nq | |
2023-07-21 | configure_debug: Reorganize | lat9nq | |
2023-07-21 | configure_graphics: Reimplement bg_color | lat9nq | |
To specialized a setting to be worth adding to the shared_widget imo, so add it roughly like before. | |||
2023-07-21 | shared_widget: Make button creation static | lat9nq | |
2023-07-21 | configure_general: Hide reset button in custom configs | lat9nq | |
2023-07-21 | configure_general: Sort data | lat9nq | |
2023-07-21 | configure_general: Generate UI using containers | lat9nq | |
This leaves per-game config's General tab empty? | |||
2023-07-21 | shared_translation: Add UI widget translations | lat9nq | |
2023-07-21 | shared_widget: Fix header | lat9nq | |
2023-07-21 | settings: Add UiGeneral class | lat9nq | |
2023-07-21 | config: Don't merge the maps | lat9nq | |
Me shooting myself in the foot 3 days in advance. | |||
2023-07-21 | configure_graphics: Remove redundant log | lat9nq | |
2023-07-21 | configuration: Move CreateWidget to a class | lat9nq | |
We were passing so many objects between the function and the caller that it needed to be redesigned. | |||
2023-07-21 | configuration: Implement slider | lat9nq | |
2023-07-21 | configuration: Use buttons instead of highlights | lat9nq | |
Only for updated configs at the moment | |||
2023-07-21 | shared_translations: Re flow strings | lat9nq | |
2023-07-21 | configure_graphics: More complete reimplementation | lat9nq | |
2023-07-21 | settings: Define base renderer runtime modifiable settings | lat9nq | |
2023-07-21 | configuration_shared: Fix blank state hiding check box | lat9nq | |
2023-07-21 | settings: Add anisotropy mode enum | lat9nq | |
2023-07-21 | shared_translation: Finish using int ids | lat9nq | |
2023-07-21 | settings,uisettings: Add IDs to settings | lat9nq | |
2023-07-21 | configure_graphics: Partial runtime implementation | lat9nq | |
2023-07-21 | settings: Recategorize a bit | lat9nq | |
Will help with generating config UI later. | |||
2023-07-21 | shared_translation: Add the rest of the settings | lat9nq | |
2023-07-21 | shared_translation: Add copyright and license | lat9nq | |
2023-07-21 | configure_graphics_advance: Generate UI at runtime | lat9nq | |
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. | |||
2023-07-21 | configure_per_game: Rename group to tab_group | lat9nq | |
2023-07-21 | configuration: Add base class to tabs | lat9nq | |
Tabs that largely configure SwitchableSetting's are now Tabs and grouped together. | |||
2023-07-21 | configuration_shared: Create Tab base class | lat9nq | |
2023-07-21 | settings: Add a registry of settings | lat9nq | |
LoadString: Sanitize input settings: Handle empty string, remove redundant category settings: Rename Input to Controls, FS to DataStorage settings: Fix Controls groups information settings: Move use_docked_mode to System (again) settings: Document settings: Add type identification function settings: Move registry into values settings: Move global_reset_registry into values settings: Separate AdvGraphics from Renderer settings: More document squash settings: Use linkage object uisettings: Move registry into settings Probably wont build without uisettings: Use settings linkage object config: Load settings with a map Uses the new all_settings vector to load settings. qt-config: Rename settings category qt config: Rename to read category config: Read/write contols category with for_each This is extremely limited due to the complexity of the Controls group, but this handles the the settings that use the interface. qt-config: Use new settings registry qt-config: Read/write advgrphics qt-config: Use settings linkage object yuzu_cmd: Load setting off of vector cmd-config: Finish settings rename config: Read controls settings group with for_each cmd/config: Move registry into values cmd: Read adv graphics cmd-config: Use settings linkage object | |||
2023-07-21 | uisettings: Fix typings | lat9nq | |
2023-07-21 | settings,core,config_sys: Remove optional type from custom_rtc, rng_seed | lat9nq | |
core: Fix MSVC errors | |||
2023-07-21 | settings: Pool SetGlobal functions | lat9nq | |
2023-07-21 | settings,video_core: Consolidate ASTC decoding options | lat9nq | |
Just puts them all neatly into one place. | |||
2023-07-21 | Merge pull request #11096 from german77/amiibooo | liamwhite | |
service: nfc: Update Implementation to match with latest RE | |||
2023-07-19 | Merge pull request #11116 from lat9nq/clang-shadowing | liamwhite | |
general: Silence -Wshadow{,-uncaptured-local} warnings | |||
2023-07-19 | Merge pull request #11114 from Kelebek1/warnings | liamwhite | |
Mark SetIdleTimeDetectionExtension logging as debug | |||
2023-07-18 | vk_buffer_cache: Format | lat9nq | |