summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure.ui
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2023-07-21configuration: Workaround for Windows Qt buglat9nq
Odd issue happens that dragging the cpu or system tabs in custom configs would cause the window to take up the entire verticle space of the screen.
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-08-12configuration: add option to select network interfacespholz
This commit renames the "Services" tab to "Network" and adds a combobox that allows the user to select the network interface that yuzu should use. This new setting is now used to get the local IP address in Network::GetHostIPv4Address. This prevents yuzu from selecting the wrong network interface and thus using the wrong IP address. The return type of Network::GetHostIPv4Adress has also been changed.
2021-07-08settings, arm_dynarmic, yuzu qt: Move CPU debugging optionlat9nq
Decouples the CPU debugging mode from the enumeration to its own boolean. After this, it moves the CPU Debugging tab over to a sub tab underneath the Debug tab in the configuration UI.
2020-11-15ui/themes: Cleanup UIMorph
2020-08-26Project Mjölnir: Part 1Morph
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
2020-07-12configure_cpu: Split optimization settings off into Debug tabMerryMage
2020-07-11configuration: Add settings to enable/disable specific CPU optimizationsMerryMage
2020-02-27Create an "Advanced" tab in the graphics configuration tab and add ↵Morph
anisotropic filtering levels.
2020-01-24yuzu/configuration: create UI tab and move gamelist settings thereFearlessTobi
2019-09-30yuzu: Add UI tab to configure BCAT servicesZach Hilman
Also displays current events if boxcat is selected.
2019-09-21yuzu: Add UI to manage filesystem paths and sizesZach Hilman
2019-03-16yuzu: Make hotkeys configurable via the GUIAdityarup Laha
* Adds a new Hotkeys tab in the Controls group. * Double-click a Hotkey to rebind it.
2019-01-04qt: Move profile manager to own UI tabZach Hilman
2018-12-28Qt/Configure: Use sidebar to divide tabs into smaller groupsspycrab
2018-12-05configure: Use ConfigureInputSimple for Input tabZach Hilman
2018-10-02Port web_service from CitrafearlessTobi
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-07-31audio_core: Add configuration settings.bunnei
2018-01-18Port citra #3336 - Resizes the configuration window to not be so stretched outRiver City Ransomware
2018-01-13Minor cleanupMerryMage
2018-01-12Removing unused settings and yuzu rebrandingJames Rowe
2018-01-12Massive removal of unused modulesJames Rowe