dolphin/Source/Core
JosJuice 5b6f604d90 DiscIO: Make WiiEncryptionCache moveable
Fixes the following warning:

../../../../../../Core\DiscIO/DirectoryBlob.h:156:3: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
  DirectoryBlobReader(DirectoryBlobReader&&) = default;
  ^
../../../../../../Core\DiscIO/DirectoryBlob.h:205:22: note: move constructor of 'DirectoryBlobReader' is implicitly deleted because field 'm_encryption_cache' has a deleted move constructor
  WiiEncryptionCache m_encryption_cache;
                     ^
2020-10-20 11:33:38 +02:00
..
AudioCommon CMake: Fix build errors exposed by making common dependent on fmt 2020-10-19 14:36:09 +02:00
Common Merge pull request #8318 from iwubcode/dynamic_input_textures 2020-10-20 02:10:29 +02:00
Core Merge pull request #8318 from iwubcode/dynamic_input_textures 2020-10-20 02:10:29 +02:00
DiscIO DiscIO: Make WiiEncryptionCache moveable 2020-10-20 11:33:38 +02:00
DolphinNoGUI Clean up screen saver inhibition and apply setting change immediately. 2020-10-18 16:31:48 -05:00
DolphinQt Merge pull request #8318 from iwubcode/dynamic_input_textures 2020-10-20 02:10:29 +02:00
InputCommon Merge pull request #8318 from iwubcode/dynamic_input_textures 2020-10-20 02:10:29 +02:00
MacUpdater
UICommon Merge pull request #8613 from jordan-woyak/expose-disable-ss 2020-10-20 01:20:24 +02:00
UpdaterCommon msbuild: re-enable standalone vcxproj processing 2020-08-22 16:17:50 -07:00
VideoBackends Vulkan: Use VK_LAYER_KHRONOS_validation for validation 2020-10-01 17:21:46 +10:00
VideoCommon Merge pull request #8318 from iwubcode/dynamic_input_textures 2020-10-20 02:10:29 +02:00
WinUpdater DolphinQt: Handle non-ASCII characters in Windows cmd arguments 2020-09-21 17:26:29 +02:00
CMakeLists.txt