summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config/Config.h
AgeCommit message (Expand)Author
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
2023-08-17Use structs for config callback IDsJosJuice
2023-08-17Don't call RunAsCPUThread in config callbacksJosJuice
2022-09-24Integrate "Ignore for this session" better with config systemJosJuice
2021-12-25Config: Allow unregistering callbacks.Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-02-26Common: don't call OnConfigChanged() unless it has actually changedFiloppi
2020-12-12Add caching to Config::InfoJosJuice
2020-12-11Turn Config::Info into a class with gettersJosJuice
2020-11-25Common: Optimize Config::GetJosJuice
2020-05-02Remove redundant Config prefix from ConfigInfo/ConfigLocationLéo Lam
2019-07-30Fix race conditions in Config LayersSilent
2019-03-03Common/Config: Add a utility class to suppress config change callbacks.Jordan Woyak
2018-05-12Config: Fix template deduction for implicit conversionsLéo Lam
2017-11-26Config: Handle unknown system strings betterLéo Lam
2017-11-15Config: Flatten structuresMerryMage
2017-11-15Config: Extract ConfigInfo into own headerMerryMage
2017-11-15Config: Remove recursive layerMerryMage
2017-08-11Config: Add Get/Set on LayerLéo Lam
2017-08-01Config: Missed a line in #5770MerryMage
2017-07-31Config: Fix the loader Load() being called twiceLéo Lam
2017-07-09Merge Core/Config/Config.h into Common/Config/Config.hMichael Maltese
2017-06-03Config: Add layers CommandLine and CurrentRunMerryMage
2017-06-03Config: Implement Get and SetMerryMage
2017-02-23Fix things mentioned during code reviewLéo Lam