mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Android: Add content provider support to File::FileInfo
This commit is contained in:
@ -113,6 +113,10 @@ public:
|
||||
u64 GetSize() const;
|
||||
|
||||
private:
|
||||
#ifdef ANDROID
|
||||
void AndroidContentInit(const std::string& path);
|
||||
#endif
|
||||
|
||||
struct stat m_stat;
|
||||
bool m_exists;
|
||||
};
|
||||
|
Reference in New Issue
Block a user