mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Android: Fix opening games with extensionless URI
This commit is contained in:
parent
e60665da94
commit
525268f043
6 changed files with 39 additions and 0 deletions
|
@ -45,6 +45,7 @@ jclass GetContentHandlerClass();
|
|||
jmethodID GetContentHandlerOpenFd();
|
||||
jmethodID GetContentHandlerDelete();
|
||||
jmethodID GetContentHandlerGetSizeAndIsDirectory();
|
||||
jmethodID GetContentHandlerGetDisplayName();
|
||||
|
||||
jclass GetNetworkHelperClass();
|
||||
jmethodID GetNetworkHelperGetNetworkIpAddress();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue