dolphin/Source/Core
Martino Fontana 991bce2d68 Config: Don't depend on is_dirty to save SYSCONF during restore
`Layer::Save` only does its thing if the layer has `is_dirty == true`.
But SYSCONF could have been modified by other layers, so if the base layer wasn't made dirty by anything else, then it wouldn't be restored.
Fixes https://bugs.dolphin-emu.org/issues/13580
2024-07-27 16:45:33 +02:00
..
AudioCommon AudioCommon: unlock mutex explicitly to avoid -Wunused-result warning 2024-06-20 02:25:15 +01:00
Common Cached Interpreter 2.0 2024-07-23 14:06:21 -07:00
Core Config: Don't depend on is_dirty to save SYSCONF during restore 2024-07-27 16:45:33 +02:00
DiscIO Use C++20 erase_if() instead of erase(remove_if()) (NFC) 2024-07-21 16:36:06 +01:00
DolphinNoGUI TAS Input: Enable hotkeys and controller input when Input has focus 2024-05-31 15:14:44 -07:00
DolphinQt Merge pull request #12862 from SuperSamus/debugger-fixes 2024-07-23 20:36:34 +02:00
DolphinTool DolphinTool: list filesystem recursively 2024-07-21 19:16:00 +01:00
InputCommon Use C++20 erase_if() instead of erase(remove_if()) (NFC) 2024-07-21 16:36:06 +01:00
MacUpdater ScmRevGen: Generate Info.plist for MacUpdater 2024-04-21 13:28:21 -04:00
UICommon AchievementManager: Cache Badges on Disk 2024-07-04 22:12:28 +02:00
UpdaterCommon
VideoBackends Properly link against xxhash 2024-07-06 16:56:44 -05:00
VideoCommon Properly link against xxhash 2024-07-06 16:56:44 -05:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Cached Interpreter 2.0 2024-07-23 14:06:21 -07:00
DolphinLib.vcxproj Externals: Convert minizip-ng To Submodule 2024-05-03 12:43:33 -07:00
DolphinLib.vcxproj.user
DolphinLib.x64.props