mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Android: Add Log Configuration to UI
This commit is contained in:
@ -28,4 +28,8 @@ jmethodID GetGameFileConstructor();
|
||||
jclass GetGameFileCacheClass();
|
||||
jfieldID GetGameFileCachePointer();
|
||||
|
||||
jclass GetLinkedHashMapClass();
|
||||
jmethodID GetLinkedHashMapInit();
|
||||
jmethodID GetLinkedHashMapPut();
|
||||
|
||||
} // namespace IDCache
|
||||
|
Reference in New Issue
Block a user