mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Android: Fix a bug making Input Overlay config screen only work in release OR debug builds, but not in both.
This commit is contained in:
4
Source/Android/app/src/debug/res/values/strings.xml
Normal file
4
Source/Android/app/src/debug/res/values/strings.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="application_id">org.dolphinemu.dolphinemu.debug</string>
|
||||
</resources>
|
@ -240,4 +240,7 @@
|
||||
<string name="emulation_title">Emulation Activity</string>
|
||||
|
||||
<string name="emulation_toggle_input">Toggle Input Overlay</string>
|
||||
|
||||
<!-- Package Names-->
|
||||
<string name="application_id">org.dolphinemu.dolphinemu</string>
|
||||
</resources>
|
||||
|
@ -43,7 +43,7 @@
|
||||
|
||||
<intent
|
||||
android:targetClass="org.dolphinemu.dolphinemu.activities.OverlayConfigActivity"
|
||||
android:targetPackage="org.dolphinemu.dolphinemu.debug"/>
|
||||
android:targetPackage="@string/application_id"/>
|
||||
|
||||
</Preference>
|
||||
|
||||
|
Reference in New Issue
Block a user