From 1a60bfef917b9eba3912a0976a0730ffa5ea25ba Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Mon, 20 May 2019 01:02:26 +0200 Subject: [PATCH] [docs] Add disclaimer about adding ultrawide resolutions --- docs/_FAQ/How do I add my own resolutions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_FAQ/How do I add my own resolutions.md b/docs/_FAQ/How do I add my own resolutions.md index cc7fac60..ddcd31ea 100644 --- a/docs/_FAQ/How do I add my own resolutions.md +++ b/docs/_FAQ/How do I add my own resolutions.md @@ -2,7 +2,7 @@ anchor_link: customize-packs order: 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. +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. 1. Open the resolution pack folder (either `graphicPacks` or `graphicPacks/downloadedGraphicPacks`) which follows the following name convention `ShortTitle_Resolution`, for example `MarioKart8_Resolution`. 2. 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): @@ -16,4 +16,4 @@ $gameHeight = 720 3. 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 the `graphicPacks/downloadedGraphicPacks` folder to the root `graphicPacks` folder to prevent it from being overwritten. -4. 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. \ No newline at end of file +4. 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.