dolphin/Source/Core
Dentomologist ecf4f1b1f9 NetKDRequestDevice: Fix nullptr dereference crash
Keep a shared_ptr to NetKDTimeDevice inside NetKDRequestDevice.

This allows the KDDownload task to finish its work without potentially
trying to dereference nullptr, which can potentially come from either
GetIOS() or GetDeviceByName() if EmulationKernel's destructor has
started running.
2023-12-24 16:46:08 -08:00
..
AudioCommon
Common Merge pull request #12439 from lioncash/sprintf 2023-12-21 17:17:21 -05:00
Core NetKDRequestDevice: Fix nullptr dereference crash 2023-12-24 16:46:08 -08:00
DiscIO RiivolutionParser: Remove usages of global system accessor 2023-12-12 12:48:40 -05:00
DolphinNoGUI
DolphinQt VideoCommon/Fifo: Pass system instance through FifoManager constructor 2023-12-18 22:03:25 -05:00
DolphinTool
InputCommon Merge pull request #12399 from lioncash/erasing 2023-12-12 20:54:52 +00:00
MacUpdater
UICommon UICommon: Remove global system accessor in TriggerSTMPowerEvent() 2023-12-18 19:17:16 -05:00
UpdaterCommon
VideoBackends VideoCommon: revert max pixel shader samplers back to 8 for Android devices. 2023-12-21 00:36:44 -06:00
VideoCommon VideoCommon/PixelEngine: Generify lock guards 2023-12-22 14:19:29 -05:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #11497 from vyuuui/debugger_assembler_ui 2023-12-16 21:15:31 +00:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props