dolphin/Source/Core
nyanpasu64 7616027684 Remove unnecessary atomic usage in GCAdapter_Android.cpp
s_controller_write_payload_size needs to remain an atomic because Read()
loads and stores without holding a mutex, Output() stores while holding
s_write_mutex, and ResetRumble() stores while holding s_read_mutex! I'm
pretty sure this code is wrong, specifically ResetRumble().
2022-03-27 22:39:26 -07:00
..
AudioCommon IOFile: Make origin parameter to Seek() an enum class. 2022-01-29 06:49:21 +01:00
Common Merge pull request #10493 from jordan-woyak/netplay-show-traversal-external-port 2022-03-15 16:03:28 +01:00
Core Merge pull request #10464 from Zarklord/override-wii-boot-ios 2022-03-22 03:01:44 +01:00
DiscIO Merge pull request #10514 from JosJuice/datel-no-gametdb 2022-03-26 03:38:57 +01:00
DolphinNoGUI GCAdapter: Defer initialization until MainWindow::InitControllers 2022-03-10 10:35:45 -08:00
DolphinQt Merge pull request #10497 from martinD2014/master 2022-03-27 16:05:23 +02:00
DolphinTool Merge pull request #10507 from JosJuice/convertcommand-non-gc-wii 2022-03-23 22:47:41 +01:00
InputCommon Remove unnecessary atomic usage in GCAdapter_Android.cpp 2022-03-27 22:39:26 -07:00
MacUpdater CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
UICommon Merge pull request #10516 from OatmealDome/steam 2022-03-18 08:33:13 +01:00
UpdaterCommon UpdaterCommon: Copy content file to a temporary file before renaming on macOS 2022-01-30 15:40:28 -05:00
VideoBackends VideoBackends: fix opengl object label which was given an invalid enumeration as the identifier parameter. Most implementations will warn in this case but there is an implementation that will crash (ANGLE) 2022-03-24 00:25:59 -05:00
VideoCommon RenderBase: Add call to IMGUI_CHECKVERSION() 2022-03-25 10:24:07 -07:00
WinUpdater
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props
DolphinLib.props Move parts of MappingCommon out of DolphinQt 2022-03-06 14:30:49 +01:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props