suyu/src
James Rowe fc2f7b0df6 Frontend: Prevent FileSystemWatcher from blocking UI thread
Instead of tying the QFileSystemWatcher to the GameList and updating in
the UI thread, this change moves it to the worker thread. Since it gets
deleted and recreated as part of the worker thread, this prevents it from
ever getting used from multiple threads (which is why it was originally
done on the UI thread)
2017-05-10 09:37:44 -06:00
..
audio_core Doxygen: Amend minor issues (#2593) 2017-02-26 17:58:51 -08:00
citra input_common/sdl: add support for binding button to axis 2017-04-17 14:14:35 +03:00
citra_qt Frontend: Prevent FileSystemWatcher from blocking UI thread 2017-05-10 09:37:44 -06:00
common Remove unused symbols code 2017-05-07 15:33:39 -07:00
core Dyncom: Remove disassembler code 2017-05-07 15:33:46 -07:00
input_common input_common/sdl: add support for binding button to axis 2017-04-17 14:14:35 +03:00
tests Common: add ParamPackage 2017-03-01 23:30:57 +02:00
video_core pica: shader_dirty if texture2 coord changed 2017-05-05 15:35:17 +03:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt InputCommon: add Keyboard 2017-03-01 23:30:57 +02:00