summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-05-23 00:32:18 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:06:03 +0200
commit5dbf842a46a68de87471c3f8e265f284ebc2c362 (patch)
tree3a5bc0415ee8c9658dee42d443f7a906a6478e19 /src/android/app/src/main/res/values/strings.xml
parentandroid: Clean up dependencies (diff)
downloadyuzu-5dbf842a46a68de87471c3f8e265f284ebc2c362.tar
yuzu-5dbf842a46a68de87471c3f8e265f284ebc2c362.tar.gz
yuzu-5dbf842a46a68de87471c3f8e265f284ebc2c362.tar.bz2
yuzu-5dbf842a46a68de87471c3f8e265f284ebc2c362.tar.lz
yuzu-5dbf842a46a68de87471c3f8e265f284ebc2c362.tar.xz
yuzu-5dbf842a46a68de87471c3f8e265f284ebc2c362.tar.zst
yuzu-5dbf842a46a68de87471c3f8e265f284ebc2c362.zip
Diffstat (limited to 'src/android/app/src/main/res/values/strings.xml')
-rw-r--r--src/android/app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index e171cf799..03a5ffc7e 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -177,6 +177,7 @@
<string name="loader_error_video_core">An error occurred initializing the video core</string>
<string name="loader_error_video_core_description">This is usually caused by an incompatible GPU driver. Installing a custom GPU driver may resolve this problem.</string>
<string name="loader_error_invalid_format">Unable to load ROM</string>
+ <string name="loader_error_file_not_found">ROM file does not exist</string>
<!-- Emulation Menu -->
<string name="emulation_exit">Exit Emulation</string>