index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Config
Age
Commit message (
Expand
)
Author
2025-11-08
Config: Use maximum value of size_t instead of -1 as default value in ConfigC...
Simonx22
2025-11-02
Config: Make ConfigInfo use Common::SpinLock to protect the CachedValue. Thes...
Jordan Woyak
2025-11-02
Config/ConfigInfo: Cleanups.
Jordan Woyak
2025-09-26
Merge pull request #13634 from jordan-woyak/enum-concepts
JMC47
2025-05-30
Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock.
Jordan Woyak
2025-05-05
Common: Replace enable_if with concepts and other minor modernizations.
Jordan Woyak
2025-05-02
Merge pull request #13596 from JosJuice/config-callback-locking
JosJuice
2025-04-30
Merge pull request #13436 from JoshuaVandaele/clang-format-19
OatmealDome
2025-04-26
Config: Add locking for config changed callbacks
JosJuice
2025-04-25
Config: Add [[nodiscard]] to AddConfigChangedCallback
Dentomologist
2025-04-23
linter: Add and apply new formatting rules
Joshua Vandaële
2025-03-23
Merge pull request #13093 from mitaclaw/ranges-modernization-4-projection
JMC47
2025-03-17
Config: Allow passing a DefaultState object to Set functions to delete keys.
Jordan Woyak
2025-03-09
Simplify `std::find_if` with `std::ranges::find` and projections
mitaclaw
2024-10-10
C++20: Synthesize `operator!=` From `operator==`
mitaclaw
2023-11-27
Remove references to Debugger.ini
JosJuice
2023-08-17
Use structs for config callback IDs
JosJuice
2023-08-17
Config: Don't clear callbacks on shutdown
JosJuice
2023-08-17
Don't call RunAsCPUThread in config callbacks
JosJuice
2023-04-03
Added Initial Achievement Settings
LillyJadeKatrin
2023-03-11
Migrate game INI profile setting to new config system
JosJuice
2022-09-24
Integrate "Ignore for this session" better with config system
JosJuice
2021-12-25
Config: Allow unregistering callbacks.
Admiral H. Curtiss
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-09
NetPlay/Jit64: Avoid using software FMA
JosJuice
2021-03-07
Config: Give Movie and Netplay higher priority than CommandLine
JosJuice
2021-02-26
Common: don't call OnConfigChanged() unless it has actually changed
Filoppi
2021-01-18
Android: Fix in-game settings changes not getting saved
JosJuice
2020-12-29
Config: Fix cache not being invalidated when callbacks are suppressed
Léo Lam
2020-12-24
Core: Add new Free Look settings and config
iwubcode
2020-12-12
Add caching to Config::Info
JosJuice
2020-12-11
Turn Config::Info into a class with getters
JosJuice
2020-11-25
Common: Optimize Config::Get
JosJuice
2020-10-28
Source/Core/Common/Config/Config.cpp: add missing <mutex> include
Sergei Trofimovich
2020-05-02
Remove redundant Config prefix from ConfigInfo/ConfigLocation
Léo Lam
2020-01-13
Merge pull request #8530 from s-daveb/master
Connor McLaughlin
2020-01-04
Fix several warnings
Léo Lam
2019-12-22
MacOS: Fixes configuration hang; bump MacOS SDK.
S David
2019-10-27
Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...
rlnilsen
2019-10-26
Add support for motion controllers via the CemuHook controller input protocol.
rlnilsen
2019-08-01
Change Layer code not to create superfluous std::optional entries in LayerMap
Silent
2019-07-30
Fix race conditions in Config Layers
Silent
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-03-03
Common/Config: Add a utility class to suppress config change callbacks.
Jordan Woyak
2018-06-03
StringUtil: Remove ValueToString(std::string)
Léo Lam
2018-06-03
Move Config ValueToString to StringUtil
Léo Lam
2018-05-23
Config: Make Load() and Save() slightly faster
Léo Lam
2018-05-12
Config: Add support for enums
Léo Lam
[next]