summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config
AgeCommit message (Expand)Author
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
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-08-17Don't call RunAsCPUThread in config callbacksJosJuice
2023-04-03Added Initial Achievement SettingsLillyJadeKatrin
2023-03-11Migrate game INI profile setting to new config systemJosJuice
2022-09-24Integrate "Ignore for this session" better with config systemJosJuice
2021-12-25Config: Allow unregistering callbacks.Admiral H. Curtiss
2021-12-10Treewide: Adjust order of includesPokechu22
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-09NetPlay/Jit64: Avoid using software FMAJosJuice
2021-03-07Config: Give Movie and Netplay higher priority than CommandLineJosJuice
2021-02-26Common: don't call OnConfigChanged() unless it has actually changedFiloppi
2021-01-18Android: Fix in-game settings changes not getting savedJosJuice
2020-12-29Config: Fix cache not being invalidated when callbacks are suppressedLéo Lam
2020-12-24Core: Add new Free Look settings and configiwubcode
2020-12-12Add caching to Config::InfoJosJuice
2020-12-11Turn Config::Info into a class with gettersJosJuice
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-08-01Change Layer code not to create superfluous std::optional entries in LayerMapSilent
2019-07-30Fix race conditions in Config LayersSilent
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-03-03Common/Config: Add a utility class to suppress config change callbacks.Jordan Woyak
2018-06-03StringUtil: Remove ValueToString(std::string)Léo Lam
2018-06-03Move Config ValueToString to StringUtilLéo Lam
2018-05-23Config: Make Load() and Save() slightly fasterLéo Lam
2018-05-12Config: Add support for enumsLéo Lam
2018-05-12Config: Fix template deduction for implicit conversionsLé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
2018-04-12Reformat all the things!spycrab
2017-11-26Config: Handle unknown system strings betterLéo Lam
2017-11-15Config/Layer: Allow all keys of a section to be iterated overMerryMage
2017-11-15Config: Flatten structuresMerryMage
2017-11-15ConfigInfo: Switch to doing case-insensitive comparisonMerryMage
2017-11-15Config: Extract ConfigInfo into own headerMerryMage
2017-11-15Config: Remove recursive layerMerryMage
2017-08-11Config: Fix Movie config loading/savingLéo Lam
2017-08-11Config: Include SYSCONF in base layerLéo Lam
2017-08-11Config: Add Get/Set on LayerLéo Lam