summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Config
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: Make ConfigInfo use Common::SpinLock to protect the CachedValue. Thes...Jordan Woyak
2025-11-02Config/ConfigInfo: Cleanups.Jordan Woyak
2025-09-26Merge pull request #13634 from jordan-woyak/enum-conceptsJMC47
2025-05-30Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock.Jordan Woyak
2025-05-05Common: Replace enable_if with concepts and other minor modernizations.Jordan Woyak
2025-05-02Merge pull request #13596 from JosJuice/config-callback-lockingJosJuice
2025-04-30Merge pull request #13436 from JoshuaVandaele/clang-format-19OatmealDome
2025-04-26Config: Add locking for config changed callbacksJosJuice
2025-04-25Config: Add [[nodiscard]] to AddConfigChangedCallbackDentomologist
2025-04-23 linter: Add and apply new formatting rulesJoshua Vandaële
2025-03-23Merge pull request #13093 from mitaclaw/ranges-modernization-4-projectionJMC47
2025-03-17Config: Allow passing a DefaultState object to Set functions to delete keys.Jordan Woyak
2025-03-09Simplify `std::find_if` with `std::ranges::find` and projectionsmitaclaw
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