dolphin-emulator/Source/Core
LillyJadeKatrin 6b52336bf7 AchievementManager: Fix unknown hash achievements deadlock
Within AchievementManager, CloseGame being called when LoadGame fails was causing m_queue.Cancel to be called within a lock when Cancel itself locks until it is empty, causing a deadlock. This is resolved by cancelling the queues outside of the lock when they are safe to wait for resolutions.
2025-05-03 22:51:07 -04:00
..
AudioCommon AudioCommon/CubebUtils: Fix logged file name. 2025-05-02 02:54:15 -05:00
Common LogManager: Stop using manual memory management 2025-05-02 21:14:32 +02:00
Core AchievementManager: Fix unknown hash achievements deadlock 2025-05-03 22:51:07 -04:00
DiscIO Merge pull request #13597 from JosJuice/hide-boot-bin 2025-05-01 21:30:10 -04:00
DolphinNoGUI linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
DolphinQt DolphinQt: Use non-autodismissable menus in menu bar. 2025-05-03 20:29:21 +02:00
DolphinTool DolphinTool: Make parameter constant 2025-04-23 15:55:48 +02:00
InputCommon SDL: Check if touchpad exists before getting input 2025-05-02 17:21:42 -07:00
MacUpdater
UICommon UICommon: Include implicit header 2025-05-02 02:03:41 +03:00
UpdaterCommon
VideoBackends VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands. 2025-04-30 16:29:35 -05:00
VideoCommon Merge pull request #13535 from m-brodschi/mihaib/fix-shutdown-crash 2025-05-01 21:29:02 -04:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #13476 from jordan-woyak/sdl-header 2025-04-25 01:49:52 +01:00
DolphinLib.vcxproj AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
DolphinLib.vcxproj.user
DolphinLib.x64.props
VersionInfo.plist.in