mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Android: Add Log Configuration to UI
This commit is contained in:
parent
520af035d2
commit
fdcc6a436b
16 changed files with 222 additions and 6 deletions
|
@ -28,4 +28,8 @@ jmethodID GetGameFileConstructor();
|
|||
jclass GetGameFileCacheClass();
|
||||
jfieldID GetGameFileCachePointer();
|
||||
|
||||
jclass GetLinkedHashMapClass();
|
||||
jmethodID GetLinkedHashMapInit();
|
||||
jmethodID GetLinkedHashMapPut();
|
||||
|
||||
} // namespace IDCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue