dolphin-emulator/Source/Core
nyanpasu64 871b01a5d9 Remove unnecessary atomic usage in GCAdapter.cpp
You can safely read or write non-atomic integers on multiple threads,
as long as every thread reading or writing it holds the same mutex
while doing so (here, s_mutex).

Removing the atomic accesses makes the code faster, but the actual
performance difference is probably negligible.
2022-03-27 22:27:57 -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.cpp 2022-03-27 22:27:57 -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 treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props Implement ArmFPURoundMode.cpp 2021-04-25 15:56:19 +02:00
DolphinLib.props Move parts of MappingCommon out of DolphinQt 2022-03-06 14:30:49 +01:00
DolphinLib.vcxproj msbuild: Move DivUtils to DolphinLib.props 2021-08-31 22:48:07 -07:00
DolphinLib.vcxproj.user
DolphinLib.x64.props