mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Android: Add content provider support to File::IOFile
Taking the hit now to prepare us for when Google Play will force us to use scoped storage...
This commit is contained in:
parent
d9f3e382fe
commit
6e1e6d2311
10 changed files with 114 additions and 5 deletions
|
@ -41,4 +41,7 @@ jmethodID GetIniFileSectionConstructor();
|
|||
jclass GetCompressCallbackClass();
|
||||
jmethodID GetCompressCallbackRun();
|
||||
|
||||
jclass GetContentHandlerClass();
|
||||
jmethodID GetContentHandlerOpenFd();
|
||||
|
||||
} // namespace IDCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue