This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-11-27 07:16:18 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
dolphin
/
Source
/
Core
/
Common
/
Config
History
Simonx22
f67691d564
Config: Use maximum value of size_t instead of -1 as default value in ConfigChangedCallbackID
...
Co-authored-by: OatmealDome <
julian@oatmealdome.me
>
2025-11-08 11:35:31 -05: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: Use maximum value of size_t instead of -1 as default value in ConfigChangedCallbackID
2025-11-08 11:35:31 -05: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
Remove references to Debugger.ini
2023-11-27 21:38:43 +01:00
Layer.cpp
Treewide: Adjust order of includes
2021-12-10 14:49:57 -08:00
Layer.h
Common: Replace enable_if with concepts and other minor modernizations.
2025-05-05 19:34:24 -05:00