mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Qt: async game list parsing
This commit is contained in:
parent
6c85d97d6c
commit
a639772dfe
7 changed files with 434 additions and 322 deletions
|
@ -3120,6 +3120,8 @@ void Emulator::AddGamesFromDir(const std::string& path)
|
|||
// Nothing to do
|
||||
}
|
||||
|
||||
process_qt_events();
|
||||
|
||||
// search direct subdirectories, that way we can drop one folder containing all games
|
||||
for (auto&& dir_entry : fs::dir(path))
|
||||
{
|
||||
|
@ -3134,6 +3136,8 @@ void Emulator::AddGamesFromDir(const std::string& path)
|
|||
{
|
||||
// Nothing to do
|
||||
}
|
||||
|
||||
process_qt_events();
|
||||
}
|
||||
|
||||
m_games_config.set_save_on_dirty(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue