mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Pandroid: Storage Access Framework (SAF) (#408)
This commit is contained in:
parent
3c25be4c63
commit
6af4a04987
20 changed files with 292 additions and 63 deletions
5
include/android_utils.hpp
Normal file
5
include/android_utils.hpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
namespace AndroidUtils {
|
||||
int openDocument(const char* directory, const char* mode);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue