index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
configuration
/
configure_system.cpp
Age
Commit message (
Expand
)
Author
2022-05-29
Update some files with Qt 5.15.2 best practices in mind
Kyle K
2022-03-20
yuzu: Reduce unused includes
ameerj
2021-10-17
settings: Remove std::chrono usage
ameerj
2021-10-15
configuration: Use std::make_unique instead of operator new for ui
Morph
2021-10-14
Merge pull request #6774 from lat9nq/remove-global-yuzu
Morph
2021-10-07
yuzu qt: Remove global system instances from config, WaitTree, main
lat9nq
2021-10-07
service: Reduce header include overhead
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-17
general: Demote custom_rtc to regular setting
lat9nq
2021-05-16
configuration: Add CPU tab to game properties
lat9nq
2021-05-15
configuration: Simplify applying per-game settings
lat9nq
2021-04-14
common: Move settings to common from core.
bunnei
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-04
core/settings: Move configuring_global behind an API
Lioncash
2020-10-12
service: time: Update current time with changes to RTC setting.
bunnei
2020-08-14
configuration_shared: Simplify name lookup in highlighting functions
Lioncash
2020-07-19
configuration: Use forward declares and remove extraneous structs
lat9nq
2020-07-19
clang-format
lat9nq
2020-07-19
configuration_shared: Break up tracker structs to respective classes
lat9nq
2020-07-19
configure_system: break instead of semicolon
lat9nq
2020-07-19
clang-format
lat9nq
2020-07-19
configure_system: Highlight labels on startup
lat9nq
2020-07-19
configure_system: Implement highlighted overrides
lat9nq
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-05-11
core: settings: Add a setting for time zone.
bunnei
2020-03-19
set: implement GetRegionCode
Dan
2020-03-17
yuzu: Save sound output mode and set it to Stereo by default
FearlessTobi
2019-06-05
yuzu/configuration: Make all widgets and dialogs aware of language changes
Lioncash
2019-06-05
yuzu/configuration: Make function naming consistent
Lioncash
2019-05-29
yuzu: Remove unused birthday setting
fearlessTobi
2019-05-19
yuzu/configuration/configure_system: Specify string conversions explicitly
Lioncash
2019-01-17
yuzu/configuration/configure_system: Remove unused header inclusions
Lioncash
2019-01-07
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
qt: Provide UI to edit custom RTC settings
Zach Hilman
2019-01-04
qt: Move profile manager to own UI tab
Zach Hilman
2018-11-13
svc: Use proper random entropy generation algorithm
Zach Hilman
2018-11-12
svc: Return random seed for svcGetInfo RandomEntropy
Zach Hilman
2018-11-11
settings: Add config option to set RNG seed
Zach Hilman
2018-11-06
configure_system: Fix compiler warning
Frederic Laing
2018-11-01
Merge pull request #1615 from lioncash/input
bunnei
2018-10-31
configure_system: Contrain profile usernames to 32 characters
Lioncash
2018-10-30
Merge pull request #1595 from FreddyFunk/cast
bunnei
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-28
configure_system: Fix compiler warning
Frederic Laing
2018-10-27
configure_system: Make GetIcon() return the scaled 64x64 icon
Lioncash
2018-10-27
configure_system: Move entry formatting for the user account list entries to ...
Lioncash
2018-10-27
configure_system: Display errors to the user if file operations fail when set...
Lioncash
2018-10-25
configure_system: Make the file selector text translatable
Lioncash
2018-10-25
configure_system: Make GetAccountUsername() an internal function
Lioncash
2018-10-25
configure_system: Simplify UUID generation call in AddUser()
Lioncash
[next]