mirror of https://github.com/PCSX2/pcsx2.git
UI: Remove outdated info from descritption
This commit is contained in:
parent
1bc24c8d7c
commit
9c71bec4a0
|
@ -554,8 +554,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget*
|
|||
"Helps Harry Potter and Stuntman games. It has a big impact on performance."));
|
||||
|
||||
dialog->registerWidgetHelp(m_ui.preloadFrameData, tr("Preload Frame Data"), tr("Unchecked"),
|
||||
tr("Uploads GS data when rendering a new frame to reproduce some effects accurately. "
|
||||
"Fixes black screen issues in games like Armored Core: Last Raven."));
|
||||
tr("Uploads GS data when rendering a new frame to reproduce some effects accurately. "));
|
||||
|
||||
dialog->registerWidgetHelp(m_ui.textureInsideRt, tr("Texture Inside RT"), tr("Disabled"),
|
||||
tr("Allows the texture cache to reuse as an input texture the inner portion of a previous framebuffer."));
|
||||
|
|
|
@ -6311,7 +6311,7 @@ Swap chain: see Microsoft's Terminology Portal.</extracomment>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../Settings/GraphicsSettingsWidget.cpp" line="557"/>
|
||||
<source>Uploads GS data when rendering a new frame to reproduce some effects accurately. Fixes black screen issues in games like Armored Core: Last Raven.</source>
|
||||
<source>Uploads GS data when rendering a new frame to reproduce some effects accurately.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Loading…
Reference in New Issue