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_general.cpp
Age
Commit message (
Expand
)
Author
2022-03-20
yuzu: Reduce unused includes
ameerj
2022-02-21
settings: Add a new "use_extended_memory_layout" setting.
bunnei
2022-02-06
yuzu: Mute audio when in background
german77
2021-11-21
configure_general: Allow framerate cap to be used in custom game configs
Kewlan
2021-10-15
configuration: Use std::make_unique instead of operator new for ui
Morph
2021-10-07
configuration: Add const qualifier where able
lat9nq
2021-10-07
yuzu qt: Remove global system instances from config, WaitTree, main
lat9nq
2021-07-26
Merge pull request #6696 from ameerj/speed-limit-rename
bunnei
2021-07-23
general: Rename "Frame Limit" references to "Speed Limit"
ameerj
2021-07-23
config, nvflinger: Add FPS cap setting
ameerj
2021-06-28
yuzu qt: Make most UISettings a BasicSetting
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-06-01
configuration: Initial work to reset all settings
fearlessTobi
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-04
core/settings: Move configuring_global behind an API
Lioncash
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
configuration_shared: Require name of the widget for highlighting
lat9nq
2020-07-19
configure_general: Implement manual tristate buttons
lat9nq
2020-07-14
configure_general: Explicitly guard use_multi_core when applying settings
lat9nq
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-27
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-04-20
yuzu: Option to hide mouse on inactivity
FearlessTobi
2020-01-24
yuzu/configuration: create UI tab and move gamelist settings there
FearlessTobi
2019-09-26
yuzu: Pause when in background
FearlessTobi
2019-09-22
Add missing include
FearlessTobi
2019-09-21
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-05
yuzu/configure: move speed limiter to general
FearlessTobi
2019-09-04
yuzu: Add support for multiple game directories
fearlessTobi
2019-08-09
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
Lioncash
2019-07-04
yuzu: Remove CPU Jit setting from the UI
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-19
yuzu/configuration/configure_general: Specify string conversions explicitly
Lioncash
2019-04-11
ui_settings: Rename game directory variables
FreddyFunk
2019-04-09
Merge pull request #2132 from FearlessTobi/port-4437
bunnei
2019-03-29
core/yuzu: Remove enable_nfc setting
fearlessTobi
2019-03-16
yuzu: Make hotkeys configurable via the GUI
Adityarup Laha
2018-12-25
qt: Add setting to prompt for user on game boot
Zach Hilman
2018-11-18
configure_input: Make None a controller option instead of checkbox
Zach Hilman
2018-11-18
Merge pull request #1640 from DarkLordZach/game-list-reload
bunnei
2018-11-16
Fixed switching operation modes when not running a game
David Marcec
2018-11-08
Renamed CheckIfOperationChanged to OnDockedModeChanged
David Marcec
2018-11-07
Fixups
David Marcec
2018-11-07
Ability to switch between docked and undocked mode in-game
David Marcec
[next]