mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
cfeffdcf42
Basically everything here was race conditions in Qt callbacks, so I changed the client/server instances to std::shared_ptr and added null checks. It checks that the object exists in the callback, and the shared_ptr ensures it doesn't get destroyed until we're done with it. MD5 check would also cause a segfault if you quit without cancelling it first, which was pretty silly. |
||
---|---|---|
.. | ||
GameListDialog.cpp | ||
GameListDialog.h | ||
MD5Dialog.cpp | ||
MD5Dialog.h | ||
NetPlayDialog.cpp | ||
NetPlayDialog.h | ||
NetPlaySetupDialog.cpp | ||
NetPlaySetupDialog.h | ||
PadMappingDialog.cpp | ||
PadMappingDialog.h |