summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/debug
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2015-06-16 14:49:41 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2015-06-16 14:49:41 -0500
commit7662b30d0b07145882d1fbe5d1534d9849ec22ed (patch)
tree9f18c91cf0b613a763d963bb23655a98affb992f /Source/Android/app/src/debug
parente62df47f8e8d3814f9ca3f15f8f0b6ec3fd002d8 (diff)
parent0c993ad4a9f153531e544e4fab2fc9e0ea4311da (diff)
Merge pull request #2616 from sigmabeta/android-whoops-overlay
Android: Fix a bug making Input Overlay config screen only work in debug builds.
Diffstat (limited to 'Source/Android/app/src/debug')
-rw-r--r--Source/Android/app/src/debug/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Android/app/src/debug/res/values/strings.xml b/Source/Android/app/src/debug/res/values/strings.xml
new file mode 100644
index 0000000000..8048c21d75
--- /dev/null
+++ b/Source/Android/app/src/debug/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="application_id">org.dolphinemu.dolphinemu.debug</string>
+</resources> \ No newline at end of file