mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00: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:
parent
82dea170cf
commit
0c993ad4a9
4 changed files with 10 additions and 1 deletions
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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue