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
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
2018-11-03
game_list: Only reload game list after relevant settings changed
Zach Hilman
2018-10-23
Added Amiibo support (#1390)
David
2018-10-04
ui_settings: Place definition of the theme array within the cpp file
Lioncash
2018-09-10
remove multicore in configure_general.cpp
MysticExile
2018-08-07
qt/hotkey: Get rid of global hotkey map instance
Lioncash
2018-08-06
qt: Default destructors where applicable
Lioncash
2018-07-29
Port #3911 from Citra: "Optimize settings application"
fearlessTobi
2018-05-10
core: Add a configuration setting for use_multi_core.
bunnei
2018-03-30
Add Dark theme, Icon theming
N00byKing
2018-03-26
config: Use simplified checkbox (from Citra) for CPU JIT.
bunnei
2018-03-26
config: Rename is_docked to use_docked_mode to be consistent with other confi...
bunnei
2018-03-26
qt: Add config option for is_docked.
bunnei
2018-01-12
Removing unused settings and yuzu rebranding
James Rowe
2018-01-12
Remove gpu debugger and get yuzu qt to compile
James Rowe
2018-01-12
Massive removal of unused modules
James Rowe