Browse Source

game_list_worker: Explicit caputure of 'this'

nce_cpp
Merry 2 years ago
parent
commit
2550b70226
  1. 2
      src/yuzu/game_list_worker.cpp

2
src/yuzu/game_list_worker.cpp

@ -479,6 +479,6 @@ void GameListWorker::run() {
}
}
RecordEvent([=](GameList* game_list) { game_list->DonePopulating(watch_list); });
RecordEvent([this](GameList* game_list) { game_list->DonePopulating(watch_list); });
processing_completed.Set();
}
Loading…
Cancel
Save