dolphin/Source/Core
JosJuice c0553afff1 DolphinQt2: Fix a race condition in GameTracker
We need to make sure that LoadCache finishes before Start begins
accessing m_cache. The old solution with mutexes didn't do this.
2018-05-27 07:38:33 +02:00
..
AudioCommon AudioCommon: Implement WASAPI 2018-05-26 13:08:10 +02:00
Common Common: Namespace GekkoDisassembler.cpp/.h 2018-05-25 16:55:09 -04:00
Core Merge pull request #6972 from JosJuice/default-jit 2018-05-26 20:18:31 +02:00
DiscIO Make the support for unencrypted Wii disc images less broken 2018-05-23 08:40:37 +02:00
DolphinNoGUI
DolphinQt2 DolphinQt2: Fix a race condition in GameTracker 2018-05-27 07:38:33 +02:00
DolphinWX Merge pull request #6947 from JosJuice/unencrypted-wii-disc 2018-05-26 11:56:51 +02:00
InputCommon
UICommon GameFileCache: Fix a comment mistake 2018-05-26 20:21:22 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends OGL: Fix EFB access in MSAA-mode 2018-05-22 15:35:20 +10:00
VideoCommon HiresTextures: Do not load compressed textures with unaligned dimensions 2018-05-22 16:15:18 +10:00
CMakeLists.txt