mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
1.3 KiB
1.3 KiB
anchor_link | order |
---|---|
customize-packs | 99 |
This might be slightly technical, so carefully follow these steps. This'll assume you use Cemu 1.14.0 packs and newer since only those contain presets. You can't add ultrawide resolutions unless the resolution pack already supports ultrawide resolutions.
- Open the resolution pack folder (either
graphicPacks
orgraphicPacks/downloadedGraphicPacks
) which follows the following name conventionShortTitle_Resolution
, for exampleMarioKart8_Resolution
. - Open the
rules.txt
file in notepad or something similar and find the following text (this is for 720p games, but 1080p will only have some changes in values):
[Preset]
name = 1280x720 (Default)
$width = 1280
$height = 720
$gameWidth = 1280
$gameHeight = 720
- Now, change the
$width
and$height
to the resolution you want. Some resolutions won't work so choosing common monitor resolutions here is recommended. An extra step is needed if you've used Cemu's build-in downloader: Copy the pack you've edited from thegraphicPacks/downloadedGraphicPacks
folder to the rootgraphicPacks
folder to prevent it from being overwritten. - Choose the "(Default)" preset (the one you've edited) in the graphicPacks window and boot the game up. If it has any issues, follow the steps again and try a different resolution.