dolphin/Source
JosJuice d17341572d DSP: Change external_interrupt_waiting from volatile to atomic
Making this volatile accomplishes... Well, nothing in practice.
Making it atomic, on the other hand, lets us enforce a memory ordering.
2021-05-14 09:28:10 +02:00
..
Android Merge pull request #9701 from sspacelynx/master 2021-05-13 06:41:01 -04:00
Core DSP: Change external_interrupt_waiting from volatile to atomic 2021-05-14 09:28:10 +02:00
DSPSpy
DSPTool Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01:00
PCH Fix PCH when building with CMake + Ninja + MSVC on Windows 2021-04-17 17:48:47 +02:00
UnitTests JitArm64: Add FPRF unit test 2021-05-13 11:51:00 +02:00
VSProps
.clang-format
CMakeLists.txt CMake: Build with -std:c++latest for MSVC 2021-03-03 23:44:35 +01:00
dolphin-emu.sln