summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/android/app/src/main/jni/native.cpp3
-rw-r--r--src/android/app/src/main/res/navigation/emulation_navigation.xml2
2 files changed, 1 insertions, 4 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp
index b9ecefa74..8ac28b638 100644
--- a/src/android/app/src/main/jni/native.cpp
+++ b/src/android/app/src/main/jni/native.cpp
@@ -262,9 +262,6 @@ public:
262 Core::SystemResultStatus InitializeEmulation(const std::string& filepath) { 262 Core::SystemResultStatus InitializeEmulation(const std::string& filepath) {
263 std::scoped_lock lock(m_mutex); 263 std::scoped_lock lock(m_mutex);
264 264
265 // Loads the configuration.
266 Config{};
267
268 // Create the render window. 265 // Create the render window.
269 m_window = std::make_unique<EmuWindow_Android>(&m_input_subsystem, m_native_window, 266 m_window = std::make_unique<EmuWindow_Android>(&m_input_subsystem, m_native_window,
270 m_vulkan_library); 267 m_vulkan_library);
diff --git a/src/android/app/src/main/res/navigation/emulation_navigation.xml b/src/android/app/src/main/res/navigation/emulation_navigation.xml
index c7be37f9b..cfc494b3f 100644
--- a/src/android/app/src/main/res/navigation/emulation_navigation.xml
+++ b/src/android/app/src/main/res/navigation/emulation_navigation.xml
@@ -27,7 +27,7 @@
27 app:nullable="true" /> 27 app:nullable="true" />
28 <argument 28 <argument
29 android:name="menuTag" 29 android:name="menuTag"
30 app:argType="string" /> 30 app:argType="org.yuzu.yuzu_emu.features.settings.model.Settings$MenuTag" />
31 </activity> 31 </activity>
32 32
33 <action 33 <action