From 23bebc5270bfd5a149aeb8bb5a3a2dd4433bd5e1 Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Thu, 1 Jun 2023 00:05:06 +0200 Subject: VideoBackends:Vulkan: Allow loading custom drivers on Android ... using libadrenotools --- Source/Android/app/src/main/AndroidManifest.xml | 10 +++- .../features/settings/model/StringSetting.kt | 6 +++ .../dolphinemu/utils/DirectoryInitialization.java | 60 ++++++++++++++-------- Source/Android/app/src/main/res/values/strings.xml | 12 +++++ 4 files changed, 67 insertions(+), 21 deletions(-) (limited to 'Source/Android/app/src') diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index f470bafee7..db35188e6e 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -41,7 +41,8 @@ android:supportsRtl="true" android:isGame="true" android:banner="@drawable/banner_tv" - android:hasFragileUserData="true"> + android:hasFragileUserData="true" + android:extractNativeLibs="true"> @@ -82,6 +83,13 @@ android:theme="@style/Theme.Dolphin.Main" android:label="@string/settings"/> + + GitHub Support \u00A9 2003–2015+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way. + System driver + The GPU driver that is part of the OS. + + + GPU driver + Installing the GPU driver… + GPU driver installed successfully + Failed to unzip the provided driver package + The supplied driver package is invalid due to missing metadata + The supplied driver package contains invalid metadata, it may be corrupted + Your device doesn\'t meet the minimum Android version requirements for the supplied driver + The supplied driver package is already installled Emulated USB Devices -- cgit v1.2.3