summaryrefslogtreecommitdiff
path: root/src/core/frontend/framebuffer_layout.cpp
diff options
context:
space:
mode:
authorGravatar James Rowe2017-04-17 20:53:40 -0600
committerGravatar James Rowe2017-05-10 09:37:44 -0600
commitfc2f7b0df6b2429d45b169b51ce8d5c71ef68a4b (patch)
tree6989ddbc667f619badd214955741a0967dd97a8f /src/core/frontend/framebuffer_layout.cpp
parentMerge pull request #2689 from yuriks/remove-disassembler (diff)
downloadyuzu-fc2f7b0df6b2429d45b169b51ce8d5c71ef68a4b.tar.gz
yuzu-fc2f7b0df6b2429d45b169b51ce8d5c71ef68a4b.tar.xz
yuzu-fc2f7b0df6b2429d45b169b51ce8d5c71ef68a4b.zip
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)
Diffstat (limited to 'src/core/frontend/framebuffer_layout.cpp')
0 files changed, 0 insertions, 0 deletions