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_dialog.cpp
Age
Commit message (
Expand
)
Author
2022-06-14
configure_dialog: Eliminate variable shadowing
Morph
2022-04-16
ui: Fix Game Compatibility list translations
Kyle K
2022-03-20
yuzu: Reduce unused includes
ameerj
2022-02-01
configure_filesystem: Normalize member function casing
Lioncash
2022-01-06
yuzu: Add controller hotkeys
german77
2021-10-26
Merge pull request #7186 from MightyCreak/fix-crash-configure-window
Ameer J
2021-10-15
ui: fix crash when closing configure window
Romain Failliot
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-12
configuration: add option to select network interface
spholz
2021-07-08
settings, arm_dynarmic, yuzu qt: Move CPU debugging option
lat9nq
2021-06-01
yuzu qt: Use lambda and std::function for reset callback
lat9nq
2021-06-01
yuzu: Add settings reset button to general configuration
lat9nq
2021-05-25
yuzu qt: Add an Apply button to configuration dialogs
lat9nq
2021-04-14
common: Move settings to common from core.
bunnei
2021-01-14
yuzu: Remove unused variables in Qt code
Lioncash
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-08-27
input_common: Eliminate most global state
Lioncash
2020-08-26
Project Mjölnir: Part 1
Morph
2020-07-18
yuzu: Port translation support from Citra
FearlessTobi
2020-07-12
configure_cpu: Split optimization settings off into Debug tab
MerryMage
2020-07-11
configuration: Add settings to enable/disable specific CPU optimizations
MerryMage
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-02-27
Create an "Advanced" tab in the graphics configuration tab and add anisotropi...
Morph
2020-01-24
yuzu/configuration: create UI tab and move gamelist settings there
FearlessTobi
2020-01-19
yuzu_qt: config: Move audio to its own tab.
bunnei
2019-10-02
qt: Add service dialog
Zach Hilman
2019-09-30
yuzu: Add UI tab to configure BCAT services
Zach Hilman
2019-09-21
yuzu: Add UI to manage filesystem paths and sizes
Zach Hilman
2019-09-04
configure_dialog: reverse tab map to avoid logic based on user-facing/transla...
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-25
configure_hotkeys: Remove unused EmitHotkeysChanged()
Lioncash
2019-05-09
configure_dialog: Remove the Whats This? button from the dialog
Lioncash
2019-04-09
configure_dialog: Amend constructor initializer list order
Lioncash
2019-03-16
yuzu: Make hotkeys configurable via the GUI
Adityarup Laha
2019-01-22
citra_qt: Log settings on launch
zhupengfei
2019-01-04
qt: Move profile manager to own UI tab
Zach Hilman
2018-12-28
Qt/Configure: Use sidebar to divide tabs into smaller groups
spycrab
2018-10-02
Port web_service from Citra
fearlessTobi
2018-08-08
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-07
qt/hotkey: Get rid of global hotkey map instance
Lioncash
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-06
qt: Default destructors where applicable
Lioncash
2018-07-31
audio_core: Add configuration settings.
bunnei
2018-01-16
clang-format
MerryMage
2018-01-12
Remove gpu debugger and get yuzu qt to compile
James Rowe
2018-01-12
Massive removal of unused modules
James Rowe