dolphin-emulator/Source/Core
JosJuice 24fdcc1a0e IOS: Add missing locking for USBHost::m_devices
Note: After adding the missing locking of m_devices_mutex, I had to move
the locking of m_hooks_mutex to avoid a random deadlock between the CPU
thread and USB scanning thread. (Either that or I would have to lock
m_devices_mutex before m_hooks_mutex.)
2025-04-21 21:25:35 +02:00
..
AudioCommon Mixer: Use Doubles for Sample Rate Conversion. 2025-04-05 13:46:37 -05:00
Common Merge pull request #13467 from JosJuice/profiler-thread-safety 2025-04-21 20:19:47 +02:00
Core IOS: Add missing locking for USBHost::m_devices 2025-04-21 21:25:35 +02:00
DiscIO Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
DolphinNoGUI Merge pull request #13181 from tygyh/Replace-'reinterpret_cast' 2025-03-15 15:31:38 +01:00
DolphinQt Merge pull request #12949 from LillyJadeKatrin/retroachievements-new-dev-branch 2025-04-21 14:08:40 -04:00
DolphinTool GCC: Remedy NRVO Fails 2025-03-10 12:38:03 -07:00
InputCommon InputCommon: Activate IMU Accelerometer and Gyroscope when any direction has a bound input. 2025-04-10 15:55:49 -05:00
MacUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
UICommon Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
UpdaterCommon Simplify std::copy with std::copy_n 2024-10-07 15:34:56 -07:00
VideoBackends VideoBackends/Metal: Fix anisotropic filtering handling. 2025-04-01 15:09:21 -05:00
VideoCommon BPStructs: Add TODO for unsafe usage of GetTicks. 2025-04-08 19:58:31 -05:00
WinUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
CMakeLists.txt CMakeLists: Embed macOS Updater app inside DolphinQt 2024-08-01 22:06:55 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props IOS: Move USB scanning thread to new class USBScanner 2025-04-21 21:25:35 +02:00
DolphinLib.vcxproj AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05: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
VersionInfo.plist.in ScmRevGen: Don't generate Info.plist files directly 2024-12-05 14:56:08 -05:00