mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-30 16:08:26 -04:00
fs: Fix Directory Scanning w/ NTFS
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -399,6 +399,10 @@ void IterateDirEntriesRecursively(const std::filesystem::path& path,
|
||||
const DirEntryCallable& callback,
|
||||
DirEntryFilter filter = DirEntryFilter::All);
|
||||
|
||||
void IterateDirEntriesRecursivelyInternal(const std::filesystem::path& path,
|
||||
const DirEntryCallable& callback,
|
||||
DirEntryFilter filter, int depth);
|
||||
|
||||
#ifdef _WIN32
|
||||
template <typename Path>
|
||||
void IterateDirEntriesRecursively(const Path& path, const DirEntryCallable& callback,
|
||||
|
||||
Reference in New Issue
Block a user