dolphin-emulator/Source/Core
JosJuice e44b64b82c DolphinQt2: Don't use a mutex in GameFileCache
GameTracker's usage of GameFileCache is thread-safe even without
using a mutex. All of its access to GameFileCache happens on the
thread m_load_thread, except for the call to GameFileCache::Load,
which finishes before m_load_thread starts executing.
2018-01-04 16:33:15 +01:00
..
AudioCommon AudioCommon: make SetSoundStreamRunning idempotent 2017-11-19 12:09:54 -08:00
Common Android: Extract Sys to a different folder than the User folder 2017-12-26 09:53:32 +01:00
Core Merge pull request #6274 from myfreeweb/freebsd-libusb-no-detach 2018-01-04 10:39:58 +01:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI Exit on Esc, pause on F10 2017-11-11 12:51:54 -02:00
DolphinQt2 DolphinQt2: Don't use a mutex in GameFileCache 2018-01-04 16:33:15 +01:00
DolphinWX UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
InputCommon Rename constructor parameters to avoid shadowing members 2017-12-19 12:05:06 +01:00
UICommon UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
VideoBackends OGL: Fix incorrect usage of glGetTextureSubImage 2017-12-10 15:31:14 +10:00
VideoCommon Allow users to specify the encoder used for framedumping. 2018-01-03 13:23:10 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00