- 21 Jul, 2023 18 commits
-
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
Will help with generating config UI later.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
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.
-
lat9nq authored
-
lat9nq authored
Tabs that largely configure SwitchableSetting's are now Tabs and grouped together.
-
lat9nq authored
-
lat9nq authored
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
-
lat9nq authored
-
lat9nq authored
core: Fix MSVC errors
-
lat9nq authored
-
lat9nq authored
Just puts them all neatly into one place.
-
liamwhite authored
service: nfc: Update Implementation to match with latest RE
-
- 19 Jul, 2023 4 commits
- 18 Jul, 2023 4 commits
- 17 Jul, 2023 6 commits
- 16 Jul, 2023 2 commits
-
-
liamwhite authored
Implement SSL service
-
Valeri Ochinski authored
-
- 12 Jul, 2023 2 commits
-
-
Tobias authored
-
Alexandre Bouvier authored
-
- 11 Jul, 2023 4 commits
-
-
bunnei authored
k_server_session: translate special header for non-HLE requests
-
bunnei authored
android: Visualize disabled home options
-
Charles Lombardo authored
Allow for displaying options in the home options that are disabled with messages that explain why they are disabled. This includes reasoning for the GPU driver installation button.
-
bunnei authored
Use spans over guest memory where possible instead of copying data
-