mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-17 05:43:15 +00:00
[android] Fix key install and revert to old icon_bg
`312b3d4743ad734ac3234385f1edaa94d5b69440` Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
@@ -46,7 +46,7 @@ FirmwareManager::InstallKeys(std::string location, std::string extension) {
|
||||
}
|
||||
|
||||
jmethodID copyToStorage = Common::Android::GetCopyToStorage();
|
||||
jstring jdest = Common::Android::ToJString(env, keys_dir.string());
|
||||
jstring jdest = Common::Android::ToJString(env, keys_dir.string() + "/");
|
||||
|
||||
jboolean copyResult = env->CallStaticBooleanMethod(
|
||||
native,
|
||||
|
||||
Reference in New Issue
Block a user