Browse Source

add back conditionally RebuildExternalContent

fs_external_dlcupdates
Maufeat 4 days ago
parent
commit
24db417a7a
  1. 2
      src/core/hle/service/filesystem/filesystem.cpp

2
src/core/hle/service/filesystem/filesystem.cpp

@ -725,6 +725,8 @@ void FileSystemController::CreateFactories(FileSys::VfsFilesystem& vfs, bool ove
external_provider.get());
}
if (overwrite)
RebuildExternalContentIndex();
}
void FileSystemController::RebuildExternalContentIndex() {

Loading…
Cancel
Save