59 Commits (c7c4ef9d437d3912eff362d9495e84c84cb5f9ed)

Author SHA1 Message Date
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
lat9nq 339dc4f806 general: Demote custom_rtc to regular setting 5 years ago
lat9nq ab2677f0a1 configuration: Add CPU tab to game properties 5 years ago
lat9nq 4aac1ae4b1 configuration: Simplify applying per-game settings 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
Lioncash 5bc4eabe36 core: Eliminate remaining usages of the global system instance 6 years ago
Lioncash 7aae6d6d2b core/settings: Move configuring_global behind an API 6 years ago
bunnei 62c6c9f6a6 service: time: Update current time with changes to RTC setting. 6 years ago
Lioncash fe86109877 configuration_shared: Simplify name lookup in highlighting functions 6 years ago
lat9nq 3ef4769f31 configuration: Use forward declares and remove extraneous structs 6 years ago
lat9nq 55ac28769a clang-format 6 years ago
lat9nq 0d462f5608 configuration_shared: Break up tracker structs to respective classes 6 years ago
lat9nq e483ed21eb configure_system: break instead of semicolon 6 years ago
lat9nq d5fdbd88c8 clang-format 6 years ago
lat9nq 33a9218f35 configure_system: Highlight labels on startup 6 years ago
lat9nq a350ae6be6 configure_system: Implement highlighted overrides 6 years ago
lat9nq 63d23835ef
configuration: implement per-game configurations (#4098) 6 years ago
bunnei 988e42a3f5 core: settings: Add a setting for time zone. 6 years ago
Dan 06dea163fa set: implement GetRegionCode 6 years ago
FearlessTobi cdeadd448b yuzu: Save sound output mode and set it to Stereo by default 6 years ago
Lioncash c09ff382a4 yuzu/configuration: Make all widgets and dialogs aware of language changes 7 years ago
Lioncash e1d755bdda yuzu/configuration: Make function naming consistent 7 years ago
fearlessTobi d9c1b94f03 yuzu: Remove unused birthday setting 7 years ago
Lioncash d9c4d64ed5 yuzu/configuration/configure_system: Specify string conversions explicitly 7 years ago
Lioncash 3629fcf3e6 yuzu/configuration/configure_system: Remove unused header inclusions 7 years ago
Zach Hilman 05dbb47af5 settings: Use std::chrono::seconds instead of s64 for RTC 7 years ago
Zach Hilman 26c9f12271 qt: Provide UI to edit custom RTC settings 7 years ago
Zach Hilman 54d7b664da qt: Move profile manager to own UI tab 7 years ago
Zach Hilman ab552e4a25 svc: Use proper random entropy generation algorithm 8 years ago
Zach Hilman cb1e63ef09 svc: Return random seed for svcGetInfo RandomEntropy 8 years ago
Zach Hilman 2a16fd7ffc settings: Add config option to set RNG seed 8 years ago
Frederic Laing d34d0bfc87 configure_system: Fix compiler warning 8 years ago
Lioncash a6830e61b8 configure_system: Contrain profile usernames to 32 characters 8 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 8 years ago
Frederic Laing f50f065c31 configure_system: Fix compiler warning 8 years ago
Lioncash 9024cbb5b8 configure_system: Make GetIcon() return the scaled 64x64 icon 8 years ago
Lioncash 85ed0af84e configure_system: Move entry formatting for the user account list entries to its own function 8 years ago
Lioncash 8eaf857d06 configure_system: Display errors to the user if file operations fail when setting user images 8 years ago
Lioncash 85285b09b0 configure_system: Make the file selector text translatable 8 years ago
Lioncash 5172354e29 configure_system: Make GetAccountUsername() an internal function 8 years ago
Lioncash 8806e69f59 configure_system: Simplify UUID generation call in AddUser() 8 years ago
Lioncash a6addb5332 configure_system: Amend function casing 8 years ago
Lioncash 4a31f99a02 profile_manager: Use std::optional instead of boost::optional 8 years ago
Zach Hilman e7ac42677b configure_system: Clear current username before overwriting 8 years ago
Zach Hilman bfad41b0c1 profile_manager: Create save data if it doesn't exist on use 8 years ago
Zach Hilman 45f2a2fe29 acc: Fix account UUID duplication error 8 years ago
Zach Hilman e408bbceed configure_system: Clear selection after user delete 8 years ago
Zach Hilman 702622b8f1 profile_manager: Load user icons, names, and UUIDs from system save 8 years ago
Zach Hilman b2a8209c5b qt: Add Profile Manager UI to system settings 8 years ago
Lioncash 00a68c5eea qt: Default destructors where applicable 8 years ago