mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
convert File::ScanDirectoryTree to std::filesystem
This commit is contained in:
@ -120,12 +120,8 @@ public:
|
||||
u64 GetSize() const;
|
||||
|
||||
private:
|
||||
#ifdef ANDROID
|
||||
void AndroidContentInit(const std::string& path);
|
||||
#endif
|
||||
|
||||
std::filesystem::path m_path;
|
||||
std::filesystem::file_status m_status;
|
||||
std::uintmax_t m_size;
|
||||
bool m_exists;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user