1
0
Fork 0
forked from suyu/suyu
suyu/src/citra_qt
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
..
configuration Create a random console_unique_id (#2668) 2017-05-05 20:55:51 -04:00
debugger citra-qt: Remove callstack widget 2017-05-07 15:32:47 -07:00
util Fix some warnings (#2399) 2017-01-04 13:48:29 -03:00
bootmanager.cpp citra-qt: remove dead code 2017-03-17 21:45:29 +02:00
bootmanager.h citra-qt: remove dead code 2017-03-17 21:45:29 +02:00
citra-qt.rc Unify Windows ICON resource name 2016-12-05 19:09:16 +01:00
CMakeLists.txt citra-qt: Remove callstack widget 2017-05-07 15:32:47 -07:00
game_list.cpp Frontend: Prevent FileSystemWatcher from blocking UI thread 2017-05-10 09:37:44 -06:00
game_list.h Frontend: Prevent FileSystemWatcher from blocking UI thread 2017-05-10 09:37:44 -06:00
game_list_p.h Frontend: Prevent FileSystemWatcher from blocking UI thread 2017-05-10 09:37:44 -06:00
hotkeys.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
hotkeys.h Doxygen: Amend minor issues (#2593) 2017-02-26 17:58:51 -08:00
hotkeys.ui Add Configure widget 2016-03-21 20:03:18 +01:00
Info.plist CMake: Fix Info.plist template for citra_qt/OSX 2016-07-21 21:33:54 +01:00
main.cpp Remove ability to load symbol maps 2017-05-07 15:33:07 -07:00
main.h Remove ability to load symbol maps 2017-05-07 15:33:07 -07:00
main.ui Remove ability to load symbol maps 2017-05-07 15:33:07 -07:00
ui_settings.cpp Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
ui_settings.h citra-qt: game list search function (#2673) 2017-04-29 22:04:39 -04:00