mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 05:17:10 +00:00
Add Resolution Rescaler to the Help Section (#125)
* Resolution Rescaler Markdown * Add pictures * Update index.md * Missing quotation mark
This commit is contained in:
parent
a5712b8cf0
commit
ed89deabed
BIN
site/content/help/feature/resolution-rescaler/gameUI.png
Normal file
BIN
site/content/help/feature/resolution-rescaler/gameUI.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
41
site/content/help/feature/resolution-rescaler/index.md
Normal file
41
site/content/help/feature/resolution-rescaler/index.md
Normal file
|
@ -0,0 +1,41 @@
|
|||
+++
|
||||
title = "Resolution Rescaler"
|
||||
description = "How to use the resolution rescaler feature."
|
||||
+++
|
||||
|
||||
yuzu has a powerful resolution rescaler allowing for the upscaling of the game's docked and undocked render resolution.
|
||||
|
||||
### Accessing the feature
|
||||
|
||||
The options for the resolution rescaler can be accessed via the yuzu Configuration menu `(Emulation > Configure...)`,
|
||||
in the `Graphics` tab, under `Internal Resolution`:
|
||||
|
||||
{{< imgs
|
||||
"./scanner.png"
|
||||
>}}
|
||||
|
||||
Clicking on the `Internal Resolution` dropdown list displays options for the upscaling factor, alongside its respective
|
||||
resolution that it will output for `(Undocked/Docked)`:
|
||||
|
||||
{{< imgs
|
||||
"./scanner+dropdown.png"
|
||||
>}}
|
||||
|
||||
### Profile Scanner
|
||||
|
||||
Selecting the `Profile Scanner (Native)` option allows yuzu to continuously analyse the game's rendering methods in order
|
||||
to create its respective resolution rescaling profile. After the creation of the rescaling profile, the upscaling factor
|
||||
of choice can then be selected from the `Internal Resolution` dropdown list.
|
||||
|
||||
**NOTE:** For optimal results, it is recommended to completely traverse throughout all of the game while having the Profile
|
||||
Scanner enabled to complete the analysis of the game's rendering methods.
|
||||
|
||||
### Resolution rescaling profiles
|
||||
|
||||
Resolution rescaling profiles can be found under `%APPDATA%/yuzu/rescaling` on Windows and `~/.local/share/yuzu-emu/rescaling/`
|
||||
on Linux, or you can right-click the game on the UI and click on `Open Rescaling Profile`. Rescaling profiles are transferable
|
||||
for use in other computers.
|
||||
|
||||
{{< imgs
|
||||
"./gameUI.png"
|
||||
>}}
|
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
site/content/help/feature/resolution-rescaler/scanner.png
Normal file
BIN
site/content/help/feature/resolution-rescaler/scanner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in a new issue