mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	game_list_worker: Explicit caputure of 'this'
This commit is contained in:
		
							parent
							
								
									c4f6c3b00b
								
							
						
					
					
						commit
						b088a448cd
					
				@ -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();
 | 
					    processing_completed.Set();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user