summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config/Config.cpp
AgeCommit message (Expand)Author
2025-05-30Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock.Jordan Woyak
2025-04-26Config: Add locking for config changed callbacksJosJuice
2025-03-09Simplify `std::find_if` with `std::ranges::find` and projectionsmitaclaw
2023-11-27Remove references to Debugger.iniJosJuice
2023-08-17Use structs for config callback IDsJosJuice
2023-08-17Config: Don't clear callbacks on shutdownJosJuice
2023-04-03Added Initial Achievement SettingsLillyJadeKatrin
2023-03-11Migrate game INI profile setting to new config systemJosJuice
2021-12-25Config: Allow unregistering callbacks.Admiral H. Curtiss
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-09NetPlay/Jit64: Avoid using software FMAJosJuice
2020-12-29Config: Fix cache not being invalidated when callbacks are suppressedLéo Lam
2020-12-12Add caching to Config::InfoJosJuice
2020-11-25Common: Optimize Config::GetJosJuice
2020-10-28Source/Core/Common/Config/Config.cpp: add missing <mutex> includeSergei Trofimovich
2020-05-02Remove redundant Config prefix from ConfigInfo/ConfigLocationLéo Lam
2020-01-13Merge pull request #8530 from s-daveb/masterConnor McLaughlin
2020-01-04Fix several warningsLéo Lam
2019-12-22MacOS: Fixes configuration hang; bump MacOS SDK.S David
2019-10-27Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClien...rlnilsen
2019-10-26Add support for motion controllers via the CemuHook controller input protocol.rlnilsen
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-23Config: Make Load() and Save() slightly fasterLéo Lam
2018-05-02Remove code related to UI.iniJosJuice
2018-04-15Common/Config: Remove unused header inclusionsLioncash
2018-04-15Common/Config: Remove unnecessary function declarationLioncash
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: Include SYSCONF in base layerLéo Lam
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-10Config: Remove creation of unnecessary CommandLine layerMerryMage
2017-06-03Config: Add layers CommandLine and CurrentRunMerryMage
2017-02-23Fix things mentioned during code reviewLéo Lam