dolphin/Source/Core
nyanpasu64 a5a165a38e
Fix GC adapter not being detected when you enable controller in settings
GCAdapter::UseAdapter() reads s_is_adapter_wanted, which gets
initialized by config_guard.~ConfigChangeCallbackGuard(). So we must
wait until after destroying the config guard to know whether we have any
controllers set to GC Adapter.
2023-08-16 21:13:15 -04:00
..
AudioCommon Merge pull request #11955 from TellowKrinkle/CMakeDependencies 2023-06-30 19:06:04 +02:00
Common Common/Network: Use StrErrorWrapper 2023-08-16 21:13:10 -04:00
Core Skylanders: More List Fixes 2023-08-16 21:13:09 -04:00
DiscIO Merge pull request #11955 from TellowKrinkle/CMakeDependencies 2023-06-30 19:06:04 +02:00
DolphinNoGUI update solution to new SDK 2023-06-23 13:23:34 -04:00
DolphinQt Fix GC adapter not being detected when you enable controller in settings 2023-08-16 21:13:15 -04:00
DolphinTool update solution to new SDK 2023-06-23 13:23:34 -04:00
InputCommon Switch libusb_config_descriptor to RAII type 2023-08-16 21:13:15 -04:00
MacUpdater Merge #15 2023-05-26 15:52:58 -04:00
UICommon Merge branch 'master' of https://github.com/dolphin-emu/dolphin 2023-06-30 19:21:07 -04:00
UpdaterCommon CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
VideoBackends D3D: Remove Windows 7 mention in logic ops warning 2023-08-16 21:13:09 -04:00
VideoCommon VideoCommon: fix some compiler warnings for CustomAsset. FreeBSD compiler complained about a defaulted move constructor due to the mutex being implicitly deleted. Additionally, the const owning library deleted the copy constructor. 2023-08-16 21:13:12 -04:00
WinUpdater update solution to new SDK 2023-06-23 13:23:34 -04:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props VideoCommon: add material asset. A material is similar to other graphics engines where it provides data to be used in conjunction with a shader asset to generate a runtime AbstractShader 2023-08-16 21:13:08 -04:00
DolphinLib.vcxproj update solution to new SDK 2023-06-23 13:23:34 -04:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props Move x64 DSP JIT into DolphinLib.x64.props 2023-01-06 22:42:21 -08:00