From 217c95bd2ce5db9f953a071a0919afb518213a82 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 8 Mar 2021 11:35:40 +1000 Subject: [PATCH] Android: Fix incorrect 'Show Emulation Speed' summary --- android/app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 03a7823f4..f65e197b2 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -77,7 +77,7 @@ Smooths out the image when upscaling the console to the screen. Adds padding to the display area to ensure that the ratio between pixels on the host to pixels in the console is an integer number. May result in a sharper image in some 2D games. Shows on-screen-display messages when events occur such as save states being created/loaded, screenshots being taken, etc. - Sets the target emulation speed. It is not guaranteed that this speed will be reached, and if not, the emulator will run as fast as it can manage. + Shows the current emulation speed of the system in the top-right corner of the display as a percentage. Shows the internal frame rate of the game in the top-right corner of the display. Shows the number of frames (or v-syncs) displayed per second by the system in the top-right corner of the display. CD-ROM Read Speedup