mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 18:50:55 +00:00
settings: Display rendering result of 100% resolution scale
This commit is contained in:
parent
6aa598b029
commit
0871436488
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> gui_settings, std
|
||||||
{
|
{
|
||||||
if (percentage == resolution_scale_def)
|
if (percentage == resolution_scale_def)
|
||||||
{
|
{
|
||||||
return tr("100% (Default)", "Resolution scale");
|
return tr("100% (1280x720) (Default)", "Resolution scale");
|
||||||
}
|
}
|
||||||
return tr("%1% (%2x%3)", "Resolution scale").arg(percentage).arg(1280 * percentage / 100).arg(720 * percentage / 100);
|
return tr("%1% (%2x%3)", "Resolution scale").arg(percentage).arg(1280 * percentage / 100).arg(720 * percentage / 100);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue