dolphin/Source/Core
Dentomologist 9ebd257206 WiiSocket: Explicitly delete move operators
The move assignment operator for a class is implicitly deleted when the
class has a non-static reference data member, which is true of
WiiSocket's m_socket_manager member.

Explicitly declaring the operator as default generates a
-Wdefaulted-function-deleted warning on Clang.

Delete the move constructor as well for consistency.
2023-11-10 12:56:00 -08:00
..
AudioCommon Use structs for config callback IDs 2023-08-17 19:19:26 +02:00
Common Netplay: Fix building on clang 17. 2023-11-03 16:15:04 +01:00
Core WiiSocket: Explicitly delete move operators 2023-11-10 12:56:00 -08:00
DiscIO DiscIO: Remove unintentional use of comma operator 2023-11-05 09:24:49 +01:00
DolphinNoGUI
DolphinQt Merge pull request #12237 from AdmiralCurtiss/hard-label 2023-11-06 20:22:23 +01:00
DolphinTool Merge pull request #11960 from Minty-Meeo/dolphin-tool-code-review-4 2023-06-17 14:18:21 +02:00
InputCommon ControllerInterface/SDL: Remove Xbox 360 controller disabling hack. 2023-10-26 18:04:11 -05:00
MacUpdater
UICommon Use structs for config callback IDs 2023-08-17 19:19:26 +02:00
UpdaterCommon CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
VideoBackends VideoBackends:OGL: Handle when SSBOs are only supported in some shader stages 2023-10-25 17:47:04 +02:00
VideoCommon Jit64: Recompile asm routines on cache clear 2023-10-31 19:43:49 +01:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #12133 from mandar1jn/skylanders-improved-generation 2023-11-05 18:29:19 +01:00
DolphinLib.vcxproj Add lz4 submodule 2023-10-02 17:28:23 -04:00
DolphinLib.vcxproj.user
DolphinLib.x64.props