mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-10 13:18:50 -04:00
fix: NTFS Directory Scanning w/ Linux
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -47,6 +47,7 @@ public:
|
|||||||
enum class ScanTarget {
|
enum class ScanTarget {
|
||||||
FillManualContentProvider,
|
FillManualContentProvider,
|
||||||
PopulateGameList,
|
PopulateGameList,
|
||||||
|
Both,
|
||||||
};
|
};
|
||||||
|
|
||||||
explicit GameListWorker(std::shared_ptr<FileSys::VfsFilesystem> vfs_,
|
explicit GameListWorker(std::shared_ptr<FileSys::VfsFilesystem> vfs_,
|
||||||
|
|||||||
Reference in New Issue
Block a user