mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-25 04:53:52 +00:00
game_list_worker: Explicit caputure of 'this'
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user