diff options
| author | sigmabeta <sigmabeta@users.noreply.github.com> | 2015-06-16 15:42:11 -0400 |
|---|---|---|
| committer | sigmabeta <sigmabeta@users.noreply.github.com> | 2015-06-16 15:42:11 -0400 |
| commit | 0c993ad4a9f153531e544e4fab2fc9e0ea4311da (patch) | |
| tree | 9f18c91cf0b613a763d963bb23655a98affb992f /Source/Android/app/src/debug | |
| parent | 82dea170cffb9b01a5064aeec848f153009df41f (diff) | |
Android: Fix a bug making Input Overlay config screen only work in release OR debug builds, but not in both.
Diffstat (limited to 'Source/Android/app/src/debug')
| -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 |
