summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_system.cpp
AgeCommit message (Expand)Author
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
2023-01-22yuzu: Fix language comobox crashgerman77
2022-12-30settings: comment language blocklist columnsColin Kinloch
2022-12-29settings: added regon/language warning bounds checkColin Kinloch
2022-12-28settings: warn on invalid regon/language combinationsColin Kinloch
2022-12-13Set: Allow setting device nicknameChloe Marcec
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-05-29Update some files with Qt 5.15.2 best practices in mindKyle K
2022-03-20yuzu: Reduce unused includesameerj
2021-10-17settings: Remove std::chrono usageameerj
2021-10-15configuration: Use std::make_unique instead of operator new for uiMorph
2021-10-14Merge pull request #6774 from lat9nq/remove-global-yuzuMorph
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-10-07service: Reduce header include overheadMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-17general: Demote custom_rtc to regular settinglat9nq
2021-05-16configuration: Add CPU tab to game propertieslat9nq
2021-05-15configuration: Simplify applying per-game settingslat9nq
2021-04-14common: Move settings to common from core.bunnei
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-11-04core/settings: Move configuring_global behind an APILioncash
2020-10-12service: time: Update current time with changes to RTC setting.bunnei
2020-08-14configuration_shared: Simplify name lookup in highlighting functionsLioncash
2020-07-19configuration: Use forward declares and remove extraneous structslat9nq
2020-07-19clang-formatlat9nq
2020-07-19configuration_shared: Break up tracker structs to respective classeslat9nq
2020-07-19configure_system: break instead of semicolonlat9nq
2020-07-19clang-formatlat9nq
2020-07-19configure_system: Highlight labels on startuplat9nq
2020-07-19configure_system: Implement highlighted overrideslat9nq
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-05-11core: settings: Add a setting for time zone.bunnei
2020-03-19set: implement GetRegionCodeDan
2020-03-17yuzu: Save sound output mode and set it to Stereo by defaultFearlessTobi
2019-06-05yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash
2019-06-05yuzu/configuration: Make function naming consistentLioncash
2019-05-29yuzu: Remove unused birthday settingfearlessTobi
2019-05-19yuzu/configuration/configure_system: Specify string conversions explicitlyLioncash
2019-01-17yuzu/configuration/configure_system: Remove unused header inclusionsLioncash
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman
2019-01-07qt: Provide UI to edit custom RTC settingsZach Hilman
2019-01-04qt: Move profile manager to own UI tabZach Hilman
2018-11-13svc: Use proper random entropy generation algorithmZach Hilman
2018-11-12svc: Return random seed for svcGetInfo RandomEntropyZach Hilman
2018-11-11settings: Add config option to set RNG seedZach Hilman
2018-11-06configure_system: Fix compiler warningFrederic Laing
2018-11-01Merge pull request #1615 from lioncash/inputbunnei
2018-10-31configure_system: Contrain profile usernames to 32 charactersLioncash