diff options
Diffstat (limited to 'Source/Core/UICommon/GameFileCache.cpp')
| -rw-r--r-- | Source/Core/UICommon/GameFileCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/UICommon/GameFileCache.cpp b/Source/Core/UICommon/GameFileCache.cpp index 1435154941..2838d331d8 100644 --- a/Source/Core/UICommon/GameFileCache.cpp +++ b/Source/Core/UICommon/GameFileCache.cpp @@ -83,7 +83,7 @@ std::shared_ptr<const GameFile> GameFileCache::AddOrGet(const std::string& path, return result; } -bool GameFileCache::Update(const std::vector<std::string>& all_game_paths, +bool GameFileCache::Update(std::span<const std::string> all_game_paths, const GameAddedToCacheFn& game_added_to_cache, const GameRemovedFromCacheFn& game_removed_from_cache, const std::atomic_bool& processing_halted) |
