mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Android: Get game metadata from core
Trying to get it from a GameFile before emulation starts is unreliable.
This commit is contained in:
parent
b6fcfcb9c9
commit
0dc29c743b
13 changed files with 158 additions and 114 deletions
|
@ -16,6 +16,7 @@ jclass GetNativeLibraryClass();
|
|||
jmethodID GetDisplayAlertMsg();
|
||||
jmethodID GetDoRumble();
|
||||
jmethodID GetUpdateTouchPointer();
|
||||
jmethodID GetOnTitleChanged();
|
||||
|
||||
jclass GetAnalyticsClass();
|
||||
jmethodID GetSendAnalyticsReport();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue