Percentage of **what** speed? Full NTSC/PAL speed? Real hardware limit?

This commit is contained in:
unknown 2015-03-25 23:07:25 -04:00
parent 80f9254669
commit 62d1d7e97f
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ void CLanguage::LoadDefaultStrings (void)
// Frame Rate Option
DEF_STR(STR_FR_VIS, L"Vertical interrupts per second");
DEF_STR(STR_FR_DLS, L"Display lists per second");
DEF_STR(STR_FR_PERCENT, L"Percentage of speed");
DEF_STR(STR_FR_PERCENT, L"Percentage of full speed");
// Increase speed
DEF_STR(STR_INSREASE_SPEED, L"Increase Game Speed");