mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
convert File::ScanDirectoryTree to std::filesystem
This commit is contained in:
parent
7e6436db34
commit
a184d70193
2 changed files with 118 additions and 102 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue