[android] move the key processor to firmware_manager
All checks were successful
eden-license / license-header (pull_request) Successful in 13s
All checks were successful
eden-license / license-header (pull_request) Successful in 13s
Signed-off-by: Aleksandr Popovich <popovich@eden-emu.dev>
This commit is contained in:
parent
67edb897bf
commit
a360f67fad
8 changed files with 616 additions and 555 deletions
|
@ -39,6 +39,9 @@ jclass GetDiskCacheLoadCallbackStageClass();
|
|||
jclass GetGameDirClass();
|
||||
jmethodID GetGameDirConstructor();
|
||||
jmethodID GetDiskCacheLoadProgress();
|
||||
jmethodID GetCopyToStorage();
|
||||
jmethodID GetFileExists();
|
||||
jmethodID GetFileExtension();
|
||||
|
||||
jmethodID GetExitEmulationActivity();
|
||||
jmethodID GetOnEmulationStarted();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue