summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_system.ui
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2023-11-25yuzu: create linux group in general settingsflodavid
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
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.
2023-07-21configure_system: Implement with for looplat9nq
2023-04-30settings: rename extended memory layout to unsafe, move from general to systemLiam
2023-03-11yuzu: Move audio settings to audio sectiongerman77
2023-03-11yuzu: Remove console id settinggerman77
2022-12-28settings: warn on invalid regon/language combinationsColin Kinloch
2022-12-13Set: Allow setting device nicknameChloe Marcec
2022-04-30ui: let system locale control format of Custom RTCKyle K
The Custom RTC widget is under the influence of the computers System Locale. The format strings are not necessarily related. As a small example, setting the Windows Language to Dansk, and then trying to use yuzu in English the requested AM/PM indicator is simply not shown The display format for the Custom RTC field needs to be removed from src/yuzu/configuration/configure_system.ui modifying the display format needs to be moved to src/yuzu/configuration/configure_system.cpp
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-07-30configure_system: Add Brazilian Portuguese to the list of languagesMorph
2020-07-19configure_system: Implement highlighted overrideslat9nq
2020-05-11core: settings: Add a setting for time zone.bunnei
2020-03-19set: implement GetRegionCodeDan
2019-05-29yuzu: Remove unused birthday settingfearlessTobi
Fixes #2522.
2019-01-07qt: Provide UI to edit custom RTC settingsZach Hilman
2019-01-04qt: Move profile manager to own UI tabZach Hilman
2018-11-14yuzu/configure_system: Mark the entropy mask string as nontranslatableLioncash
There's no need for translators to concern themselves with the validation mask used by the entry field.
2018-11-13svc: Use proper random entropy generation algorithmZach Hilman
2018-11-11settings: Add config option to set RNG seedZach Hilman
2018-10-23profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman
2018-10-23qt: Add Profile Manager UI to system settingsZach Hilman
2018-08-03Added ability to change username & language code in the settings ui. Added ↵David
IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
2018-01-12Massive removal of unused modulesJames Rowe