summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_system.cpp
AgeCommit message (Expand)Author
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
2018-10-30Merge pull request #1595 from FreddyFunk/castbunnei
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-28configure_system: Fix compiler warningFrederic Laing
2018-10-27configure_system: Make GetIcon() return the scaled 64x64 iconLioncash
2018-10-27configure_system: Move entry formatting for the user account list entries to ...Lioncash
2018-10-27configure_system: Display errors to the user if file operations fail when set...Lioncash
2018-10-25configure_system: Make the file selector text translatableLioncash
2018-10-25configure_system: Make GetAccountUsername() an internal functionLioncash
2018-10-25configure_system: Simplify UUID generation call in AddUser()Lioncash