More actions
(Created page with "{{Infobox Switch Homebrews |title=Snake Pass 60 FPS mod |image=snakepass60fpsmodswitch.png |description=Snake Pass 60 FPS mod. |author=masagrator |lastupdated=2019/12/15 |type=Game Hacks |version=2019 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/snakepass60fpsmodswitch.7z |website=https://gbatemp.net/threads/snake-pass-60-fps-mod.547557/ |source= |donation=https://ko-fi.com/masagrator }} {{#seo: |title=Switch Rom Hacks (Game Hacks) - GameBrew |title...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Snake Pass 60 FPS mod | |title=Snake Pass 60 FPS mod | ||
|image= | |image=snakepass60fpsmodnx.png | ||
|description=Snake Pass 60 FPS mod. | |description=Snake Pass 60 FPS mod. | ||
|author=masagrator | |author=masagrator | ||
Line 8: | Line 8: | ||
|version=2019 | |version=2019 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/snakepass60fpsmodnx.7z | ||
|website=https://gbatemp.net/threads/snake-pass-60-fps-mod.547557/ | |website=https://gbatemp.net/threads/snake-pass-60-fps-mod.547557/ | ||
|source= | |source= | ||
|donation=https://ko-fi.com/masagrator | |donation=https://ko-fi.com/masagrator | ||
}} | }} | ||
Simple mod for Snake Pass that increase FPS Cap to 60 FPS. | |||
If it can't achieve 60 FPS, it drops to 30. | |||
==Installation== | |||
Copy the 0100C0F0020E8000 folder to the corresponding directory: | |||
*Atmosphere >=0.10.1 <code>/atmosphere/contents/</code> | |||
*Atmosphere <=0.9.4 <code>/atmosphere/title/</code> | |||
*ReiNX <code>/reinx/titles/</code> | |||
*SXOS <code>/sxos/titles/</code> | |||
Restart Switch. | |||
It should work with all versions. | |||
== | ==User guide== | ||
===Recommended settings=== | |||
Recommended OC settings with [[sys-clk Switch|sys-clk]]: | |||
handheld_charging_cpu=1224 | |||
handheld_charging_gpu=768 | |||
handheld_charging_mem=1600 | |||
This was not tested in docked mode. | |||
== | ===What was changed=== | ||
romfs\SnakeSimulator\Config\Switch\SwitchEngine.ini | |||
== | from | ||
[SystemSettings] | |||
t.MaxFPS=30 | |||
r.VSync=1 | |||
nvn.VSync=2 | |||
to | |||
[SystemSettings] | |||
t.MaxFPS=60 | |||
r.VSync=0 | |||
nvn.VSync=1 | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/masagrator/NXGraphicsPatches | ||
* GBAtemp - https://gbatemp.net/threads/snake-pass-60-fps-mod.547557/ | |||
Revision as of 05:36, 28 Haziran 2023
Snake Pass 60 FPS mod | |
---|---|
General | |
Author | masagrator |
Type | Game Hacks |
Version | 2019 |
License | Mixed |
Last Updated | 2019/12/15 |
Links | |
Download | |
Website | |
Support Author | |
Simple mod for Snake Pass that increase FPS Cap to 60 FPS.
If it can't achieve 60 FPS, it drops to 30.
Installation
Copy the 0100C0F0020E8000 folder to the corresponding directory:
- Atmosphere >=0.10.1
/atmosphere/contents/
- Atmosphere <=0.9.4
/atmosphere/title/
- ReiNX
/reinx/titles/
- SXOS
/sxos/titles/
Restart Switch.
It should work with all versions.
User guide
Recommended settings
Recommended OC settings with sys-clk:
handheld_charging_cpu=1224 handheld_charging_gpu=768 handheld_charging_mem=1600
This was not tested in docked mode.
What was changed
romfs\SnakeSimulator\Config\Switch\SwitchEngine.ini
from [SystemSettings] t.MaxFPS=30 r.VSync=1 nvn.VSync=2 to [SystemSettings] t.MaxFPS=60 r.VSync=0 nvn.VSync=1