This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-01-26 05:49:41 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c5d047480f9191f76a94df2e9b604d3102b10ed8
dolphin
/
Source
/
Core
/
Common
/
Config
History
Jordan Woyak
999333c0a1
Config: Make ConfigInfo use Common::SpinLock to protect the CachedValue. These locks are nearly always uncontested and this makes Config::Get faster.
2025-11-02 20:45:55 -06:00
..
Config.cpp
Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock.
2025-05-30 17:33:01 -05:00
Config.h
Config/ConfigInfo: Cleanups.
2025-11-02 20:30:35 -06:00
ConfigInfo.cpp
C++20: Synthesize
operator!=
From
operator==
2024-10-10 20:23:55 -07:00
ConfigInfo.h
Config: Make ConfigInfo use Common::SpinLock to protect the CachedValue. These locks are nearly always uncontested and this makes Config::Get faster.
2025-11-02 20:45:55 -06:00
Enums.h
…
Layer.cpp
…
Layer.h
Common: Replace enable_if with concepts and other minor modernizations.
2025-05-05 19:34:24 -05:00