Minor adjustments
All checks were successful
eden-license / license-header (pull_request) Successful in 34s
All checks were successful
eden-license / license-header (pull_request) Successful in 34s
This commit is contained in:
parent
d81ea55397
commit
87e82d4632
1 changed files with 2 additions and 2 deletions
|
@ -288,13 +288,13 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
|
||||||
"and safe to set at 16x on most GPUs."));
|
"and safe to set at 16x on most GPUs."));
|
||||||
INSERT(Settings,
|
INSERT(Settings,
|
||||||
gpu_accuracy,
|
gpu_accuracy,
|
||||||
tr("GPU Level:"),
|
tr("GPU Accuracy:"),
|
||||||
tr("Controls the GPU emulation accuracy.\nMost games render fine with Normal, but High is still "
|
tr("Controls the GPU emulation accuracy.\nMost games render fine with Normal, but High is still "
|
||||||
"required for some.\nParticles tend to only render correctly with High "
|
"required for some.\nParticles tend to only render correctly with High "
|
||||||
"accuracy.\nExtreme should only be used as a last resort."));
|
"accuracy.\nExtreme should only be used as a last resort."));
|
||||||
INSERT(Settings,
|
INSERT(Settings,
|
||||||
dma_accuracy,
|
dma_accuracy,
|
||||||
tr("DMA Level:"),
|
tr("DMA Accuracy:"),
|
||||||
tr("Controls the DMA precision accuracy. Safe precision can fix issues in some games, but it can also impact performance in some cases.\nIf unsure, leave this on Default."));
|
tr("Controls the DMA precision accuracy. Safe precision can fix issues in some games, but it can also impact performance in some cases.\nIf unsure, leave this on Default."));
|
||||||
INSERT(Settings,
|
INSERT(Settings,
|
||||||
use_asynchronous_shaders,
|
use_asynchronous_shaders,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue