diff options
| author | Ryan Meredith <rwm@udel.edu> | 2018-03-23 11:36:11 -0400 |
|---|---|---|
| committer | Ryan Meredith <rwm@udel.edu> | 2018-05-03 16:05:22 -0400 |
| commit | c2355d4f633d21b5ba2c4bcd4836055c4eab9bb5 (patch) | |
| tree | f1ac8ae1d51e11103f60628cc3720bc9ae778883 /Source/Android/app/src/main/res | |
| parent | 25179258b78b75f3cdf3f062197408db1076019d (diff) | |
Android Interface submenu: Add Show OSD Messages
Diffstat (limited to 'Source/Android/app/src/main/res')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index d593a1af42..bacea5db5e 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -131,6 +131,8 @@ <string name="interface_submenu">Interface</string> <string name="panic_handlers">Use Panic Handlers</string> <string name="panic_handlers_description">Show a message box when a potentially serious error has occurred. Disabling this may avoid annoying and non-fatal messages, but it may result in major crashes having no explanation at all.</string> + <string name="osd_messages">Show On-Screen Display Messages</string> + <string name="osd_messages_description">Display messages over the emulation screen area. These messages include memory card writes, video backend and CPU information, and JIT cache clearing.</string> <!-- Video Preference Fragment --> <string name="video_backend">Video Backend</string> |
