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
/
Config.h
Age
Commit message (
Expand
)
Author
2024-10-10
C++20: Synthesize `operator!=` From `operator==`
mitaclaw
2023-08-17
Use structs for config callback IDs
JosJuice
2023-08-17
Don't call RunAsCPUThread in config callbacks
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-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-02-26
Common: don't call OnConfigChanged() unless it has actually changed
Filoppi
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-05-02
Remove redundant Config prefix from ConfigInfo/ConfigLocation
Léo Lam
2019-07-30
Fix race conditions in Config Layers
Silent
2019-03-03
Common/Config: Add a utility class to suppress config change callbacks.
Jordan Woyak
2018-05-12
Config: Fix template deduction for implicit conversions
Léo Lam
2017-11-26
Config: Handle unknown system strings better
Léo Lam
2017-11-15
Config: Flatten structures
MerryMage
2017-11-15
Config: Extract ConfigInfo into own header
MerryMage
2017-11-15
Config: Remove recursive layer
MerryMage
2017-08-11
Config: Add Get/Set on Layer
Léo Lam
2017-08-01
Config: Missed a line in #5770
MerryMage
2017-07-31
Config: Fix the loader Load() being called twice
Léo Lam
2017-07-09
Merge Core/Config/Config.h into Common/Config/Config.h
Michael Maltese
2017-06-03
Config: Add layers CommandLine and CurrentRun
MerryMage
2017-06-03
Config: Implement Get and Set
MerryMage
2017-02-23
Fix things mentioned during code review
Léo Lam