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_ui.cpp
Age
Commit message (
Expand
)
Author
2024-02-04
citra_qt/configure_ui: Show country of language in the combobox
Tobias
2023-12-18
yuzu: Make language persistent and remove symbols_path
Narr the Reg
2023-11-21
config: Unify config handling under frontend_common
t895
2023-10-08
Merge pull request #10519 from mdmrk/master
liamwhite
2023-09-13
configure_ui: Remove unnecessary usage of stoul
lat9nq
2023-08-26
yuzu-qt: Track play time
Mario
2023-08-16
configure_ui: Silence MSVC warning
lat9nq
2023-08-16
yuzu-qt: Screenshots depend more on the graphics settings
lat9nq
2023-08-16
yuzu-qt: Implement unspecified screenshot ratio
lat9nq
2023-08-15
configure_ui: Update the screenshots data
lat9nq
2023-08-15
yuzu-qt: Enable specifying screenshot resolution
lat9nq
2022-11-04
UI: Add options to hide extra columns (#9093)
Piplup
2022-10-19
UI: Add option to hide the compatibility list
Kyle Kienapfel
2022-07-30
Translate english plurals
Kyle Kienapfel
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-04-27
Changes to language order in General -> UI -> Interface Language
Kyle K
2021-10-15
configuration: Use std::make_unique instead of operator new for ui
Morph
2021-10-07
yuzu qt: Remove global system instances from config, WaitTree, main
lat9nq
2021-08-01
game_list: Make game list folder icons smaller (#6762)
Malte Jürgens
2021-06-28
yuzu qt: Make most UISettings a BasicSetting
lat9nq
2021-06-08
configure_ui: Add translation context for file-scope strings
Lioncash
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-10
configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column"
Kewlan
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-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-03
yuzu: Resolve C++20 deprecation warnings related to lambda captures
Lioncash
2020-07-20
configure_ui: Ensure a separator follows the returned path
lat9nq
2020-07-20
configure_ui: don't use an empty string
lat9nq
2020-07-20
configuration: Setup UI to config screenshot path and saving
lat9nq
2020-07-18
configure_ui: Address some review comments from the previous PR
FearlessTobi
2020-07-18
yuzu: Port translation support from Citra
FearlessTobi
2020-02-09
Remove option "Show files with type 'Unknown'"
Morph
2020-01-24
yuzu/configuration: create UI tab and move gamelist settings there
FearlessTobi