diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-06-16 14:49:41 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-06-16 14:49:41 -0500 |
| commit | 7662b30d0b07145882d1fbe5d1534d9849ec22ed (patch) | |
| tree | 9f18c91cf0b613a763d963bb23655a98affb992f /Source/Android/app/src/debug/res/values/strings.xml | |
| parent | e62df47f8e8d3814f9ca3f15f8f0b6ec3fd002d8 (diff) | |
| parent | 0c993ad4a9f153531e544e4fab2fc9e0ea4311da (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/res/values/strings.xml')
| -rw-r--r-- | Source/Android/app/src/debug/res/values/strings.xml | 4 |
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 |
