yuzu-android/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
citra
citra_qt Frontend: Prevent FileSystemWatcher from blocking UI thread 2017-05-10 09:37:44 -06:00
common
core
input_common
tests
video_core
.clang-format
CMakeLists.txt