[dist, docs] Clearer wording for settings, guidelines for new settings #2570
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "liz-trans-wording"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: lizzie lizzie@eden-emu.dev
@ -266,2 +268,4 @@
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
Make sure this matches. Are Area and FSR still last in the enum?
Yep,
ENUM(ScalingFilter, NearestNeighbor, Bilinear, Bicubic, Spline1, Gaussian, Lanczos, ScaleForce, Fsr, Area, MaxEnum);
743e264d1f
to07e126fc56
WIP: [dist, docs] Clearer wording for settings, guidelines for new settingsto [dist, docs] Clearer wording for settings, guidelines for new settings07e126fc56
to97bcb3abf0
New commits pushed, approval review dismissed automatically according to repository settings
97bcb3abf0
toba86ecef8c
New commits pushed, approval review dismissed automatically according to repository settings
@ -211,3 +199,3 @@
"boots.\nDisabling it is only intended for debugging."));
INSERT(Settings,
optimize_spirv_output,
tr("Optimize SPIRV output shader"),
Optimize SPIRV Output
@ -102,7 +98,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
fast_cpu_time,
tr("Fast CPU Time"),
tr("Overclocks the emulated CPU to remove some FPS limiters. Weaker CPUs may see reduced performance, "
"and certain games may behave improperly.\nUse Boost (1700MHz) to run at the Switch's highest native "
keep "switch" here
@ -74,2 +71,2 @@
"use. It is not recommended to enable unless a specific game with a texture mod needs "
"it."));
tr("Increases the amount of emulated RAM from 4GB of the board to the "
"devkit 8/6GB.\nDoesn't affect performance/stability but allows HD texture "
may be needed for certain HD texture pack mods
@ -201,3 +191,2 @@
tr("Aspect Ratio:"),
tr("Stretches the game to fit the specified aspect ratio.\nSwitch games only support "
"16:9, so custom game mods are required to get other ratios.\nAlso controls the "
tr("Stretches the renderer to fit the specified aspect ratio.\nMost programs only support "
games, not programs
Or emulated programs
already put "games" here
@ -374,3 +374,3 @@
if (!romfs) {
QMessageBox::warning(this, tr("Error loading archive"),
tr("Archive does not contain romfs. It is probably corrupt."));
tr("Archive does not contain romfs. It's probably corrupt."));
Could not locate RomFS. Your file or decryption keys may be corrupted.
@ -380,3 +380,3 @@
if (!extracted) {
QMessageBox::warning(this, tr("Error extracting archive"),
tr("Archive could not be extracted. It is probably corrupt."));
tr("Archive could not be extracted. It's probably corrupt."));
Could not extract RomFS. Your file or decryption keys may be corrupted.
ec10139bd3
to361c24e21a
361c24e21a
to3784f7b9e5
3d7dd349e3
to0d260e3bc0