summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config/Config.h
AgeCommit message (Expand)Author
2026-04-12Merge pull request #14336 from SuperSamus/arbitrary-mipmap-disables-gpu-decodingJordan Woyak
2026-03-21AudioPane: Fix WASAPI default device combo selectionDentomologist
2026-02-13VideoCommon: Invert interaction between Arbitrary Mipmap Detection and GPU Te...Martino Fontana
2026-01-25Remove unused importsMartino Fontana
2025-11-08Config: Use maximum value of size_t instead of -1 as default value in ConfigC...Simonx22
2025-11-02Config/ConfigInfo: Cleanups.Jordan Woyak
2025-04-25Config: Add [[nodiscard]] to AddConfigChangedCallbackDentomologist
2025-03-17Config: Allow passing a DefaultState object to Set functions to delete keys.Jordan Woyak
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