summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_system.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework time service to fix time passing offline.Kelebek12024-01-241-4/+53
* Fix more typosViktor Szépe2024-01-161-1/+1
* config: Unify config handling under frontend_commont8952023-11-211-1/+0
* config(qt): Sanitize docked handheld controllerlat9nq2023-08-221-0/+5
* qt/configuration: Use deleteLaterlat9nq2023-07-221-2/+2
* common,qt-config: Remove usage of forward_listlat9nq2023-07-221-6/+6
* configure_system: Use lambda template to group settingslat9nq2023-07-211-1/+1
* common,configure_system: Rename method to GetCategorylat9nq2023-07-211-1/+1
* settings,configuration: Add a default suffixlat9nq2023-07-211-10/+1
* configuration: Use paired settingslat9nq2023-07-211-12/+2
* shared_widget: Internalize component restoringlat9nq2023-07-211-27/+1
* configuration: Use specialization of settingslat9nq2023-07-211-4/+3
* configuration: Use a builder to create widgetslat9nq2023-07-211-26/+17
* configuration: Move speed_limit to corelat9nq2023-07-211-0/+6
* common,yuzu-qt: GCC warning silenceslat9nq2023-07-211-3/+3
* configuration: Use shorter constructor as neededlat9nq2023-07-211-4/+3
* FIXME configuration: Avoid unnecessary allocationslat9nq2023-07-211-0/+4
* configuration: Document odd widget caseslat9nq2023-07-211-1/+8
* configuration: Use IDs to sort holdslat9nq2023-07-211-8/+5
* configure_system: Hide locale warn at startlat9nq2023-07-211-1/+4
* configuration: Clean up includes a bitlat9nq2023-07-211-0/+2
* configuration: Use a mapping of setting value to namelat9nq2023-07-211-7/+7
* shared_widget: Refactor helperslat9nq2023-07-211-12/+11
* configure_system: Implement with for looplat9nq2023-07-211-136/+96
* configuration: Add base class to tabslat9nq2023-07-211-2/+4
* settings,core,config_sys: Remove optional type from custom_rtc, rng_seedlat9nq2023-07-211-20/+20
* configure_system: Remove external offset on custom rtclat9nq2023-06-051-2/+1
* settings: rename extended memory layout to unsafe, move from general to systemLiam2023-04-301-0/+10
* yuzu: Move audio settings to audio sectiongerman772023-03-121-8/+0
* yuzu: Remove console id settinggerman772023-03-121-22/+0
* yuzu: Fix language comobox crashgerman772023-01-221-2/+8
* settings: comment language blocklist columnsColin Kinloch2022-12-301-7/+13
* settings: added regon/language warning bounds checkColin Kinloch2022-12-291-1/+1
* settings: warn on invalid regon/language combinationsColin Kinloch2022-12-281-0/+30
* Set: Allow setting device nicknameChloe Marcec2022-12-141-0/+4
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* Update some files with Qt 5.15.2 best practices in mindKyle K2022-05-291-4/+2
* yuzu: Reduce unused includesameerj2022-03-201-2/+0
* settings: Remove std::chrono usageameerj2021-10-171-6/+4
* configuration: Use std::make_unique instead of operator new for uiMorph2021-10-151-1/+1
* Merge pull request #6774 from lat9nq/remove-global-yuzuMorph2021-10-141-6/+3
|\
| * yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-6/+3
* | service: Reduce header include overheadMorph2021-10-071-1/+1
|/
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-1/+0
* general: Demote custom_rtc to regular settinglat9nq2021-05-171-35/+11
* configuration: Add CPU tab to game propertieslat9nq2021-05-161-2/+1
* configuration: Simplify applying per-game settingslat9nq2021-05-161-20/+7
* common: Move settings to common from core.bunnei2021-04-151-2/+2
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-5/+7
* core/settings: Move configuring_global behind an APILioncash2020-11-041-5/+5
* service: time: Update current time with changes to RTC setting.bunnei2020-10-131-9/+17
* configuration_shared: Simplify name lookup in highlighting functionsLioncash2020-08-141-10/+8
* configuration: Use forward declares and remove extraneous structslat9nq2020-07-191-4/+4
* clang-formatlat9nq2020-07-191-10/+8
* configuration_shared: Break up tracker structs to respective classeslat9nq2020-07-191-4/+4
* configure_system: break instead of semicolonlat9nq2020-07-191-2/+4
* clang-formatlat9nq2020-07-191-4/+8
* configure_system: Highlight labels on startuplat9nq2020-07-191-0/+5
* configure_system: Implement highlighted overrideslat9nq2020-07-191-55/+53
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-37/+153
* core: settings: Add a setting for time zone.bunnei2020-05-111-0/+2
* set: implement GetRegionCodeDan2020-03-191-0/+2
* yuzu: Save sound output mode and set it to Stereo by defaultFearlessTobi2020-03-171-0/+2
* yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash2019-06-061-0/+12
* yuzu/configuration: Make function naming consistentLioncash2019-06-051-11/+18
* yuzu: Remove unused birthday settingfearlessTobi2019-05-291-45/+0
* yuzu/configuration/configure_system: Specify string conversions explicitlyLioncash2019-05-191-2/+3
* yuzu/configuration/configure_system: Remove unused header inclusionsLioncash2019-01-171-8/+4
* settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman2019-01-081-3/+5
* qt: Provide UI to edit custom RTC settingsZach Hilman2019-01-081-0/+17
* qt: Move profile manager to own UI tabZach Hilman2019-01-041-260/+1
* svc: Use proper random entropy generation algorithmZach Hilman2018-11-131-4/+3
* svc: Return random seed for svcGetInfo RandomEntropyZach Hilman2018-11-131-3/+6
* settings: Add config option to set RNG seedZach Hilman2018-11-121-0/+17
* configure_system: Fix compiler warningFrederic Laing2018-11-061-1/+1
* Merge pull request #1615 from lioncash/inputbunnei2018-11-021-24/+19
|\
| * configure_system: Contrain profile usernames to 32 charactersLioncash2018-10-311-24/+19
* | Merge pull request #1595 from FreddyFunk/castbunnei2018-10-301-1/+1
|\ \
| * | configure_system: Fix compiler warningFrederic Laing2018-10-281-1/+1
| |/
* / global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-4/+4
|/
* configure_system: Make GetIcon() return the scaled 64x64 iconLioncash2018-10-271-14/+7
* configure_system: Move entry formatting for the user account list entries to its own functionLioncash2018-10-271-18/+22
* configure_system: Display errors to the user if file operations fail when setting user imagesLioncash2018-10-271-24/+46
* configure_system: Make the file selector text translatableLioncash2018-10-251-1/+1
* configure_system: Make GetAccountUsername() an internal functionLioncash2018-10-251-19/+24
* configure_system: Simplify UUID generation call in AddUser()Lioncash2018-10-251-2/+1
* configure_system: Amend function casingLioncash2018-10-251-4/+4
* profile_manager: Use std::optional instead of boost::optionalLioncash2018-10-241-4/+4
* configure_system: Clear current username before overwritingZach Hilman2018-10-241-4/+10
* profile_manager: Create save data if it doesn't exist on useZach Hilman2018-10-241-1/+1
* acc: Fix account UUID duplication errorZach Hilman2018-10-241-45/+41
* configure_system: Clear selection after user deleteZach Hilman2018-10-241-11/+17
* profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-241-47/+132
* qt: Add Profile Manager UI to system settingsZach Hilman2018-10-241-2/+163
* qt: Default destructors where applicableLioncash2018-08-061-1/+1
* Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David2018-08-031-1/+7
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+12
* Fixed formattingnoah katz2018-01-171-2/+2
* Fix non translated string (same as Citra PR 2949)noah katz2018-01-171-1/+1
* Minor cleanupMerryMage2018-01-141-2/+2
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-4/+4
* Massive removal of unused modulesJames Rowe2018-01-131-0/+77