mirror of https://github.com/PCSX2/pcsx2.git
GS window title: remove redundant ${pause} from commit 4626e489
This commit is contained in:
parent
4626e48980
commit
d770a048aa
|
@ -940,7 +940,7 @@ AppConfig::UiTemplateOptions::UiTemplateOptions()
|
|||
OutputProgressive = L"Progressive";
|
||||
OutputInterlaced = L"Interlaced";
|
||||
Paused = L"<PAUSED> ";
|
||||
TitleTemplate = L"${pause}Slot: ${slot} | Speed: ${speed} (${vfps}) | Limiter: ${limiter} | ${gsdx} | ${omodei} | ${cpuusage}";
|
||||
TitleTemplate = L"Slot: ${slot} | Speed: ${speed} (${vfps}) | Limiter: ${limiter} | ${gsdx} | ${omodei} | ${cpuusage}";
|
||||
}
|
||||
|
||||
void AppConfig::UiTemplateOptions::LoadSave(IniInterface& ini)
|
||||
|
|
Loading…
Reference in New Issue