More actions
(Created page with "{{Infobox Switch Homebrews |title=Subdivision Infinity DX 60 FPS mod |image=subdivisioninfinitydx60fpsmodswitch.png |description=Subdivision Infinity DX 60 FPS mod. |author=masagrator |lastupdated=2019/12/15 |type=Game Hacks |version=2019 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/subdivisioninfinitydx60fpsmodswitch.7z |website=https://gbatemp.net/threads/subdivision-infinity-dx-60-fps-mod.546129/ |source= |donation=https://ko-fi.com/masagrator }}...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Subdivision Infinity DX 60 FPS mod | |title=Subdivision Infinity DX 60 FPS mod | ||
|image= | |image=subdivision60fpsmodnx.png | ||
|description=Subdivision Infinity DX 60 FPS mod. | |description=Subdivision Infinity DX 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/subdivision60fpsmodnx.7z | ||
|website=https://gbatemp.net/threads/subdivision-infinity-dx-60-fps-mod.546129/ | |website=https://gbatemp.net/threads/subdivision-infinity-dx-60-fps-mod.546129/ | ||
|source= | |source= | ||
|donation=https://ko-fi.com/masagrator | |donation=https://ko-fi.com/masagrator | ||
}} | }} | ||
Mod for Subdivision Infinity DX that raises FPS Cap to 60 FPS. | |||
If it can't achieve 60 FPS, it drops to 30. | |||
==Installation== | |||
Copy the 010001400E474000 folder to: | |||
*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 updates. | |||
== | ==User guide== | ||
===Recommended [[sys-clk Switch|sys-clk]] settings=== | |||
Minimum OC required (Higher OC GPU = higher resolution): | |||
handheld_cpu=1224 | |||
handheld_gpu=460 | |||
handheld_mem=1600 | |||
===What was changed=== | |||
Subdivision/Config/DefaultEngine.ini | |||
from | |||
[/Script/Engine.Engine] | |||
MinDesiredFrameRate=20.000000 | |||
[SystemSettings] | |||
r.VSync=1 | |||
to | |||
[/Script/Engine.Engine] | |||
MinDesiredFrameRate=35.000000 | |||
[SystemSettings] | |||
r.VSync=0 | |||
== | Subdivision/Config/Switch/SwitchDeviceProfiles.ini | ||
Added | |||
[Switch DeviceProfile] | |||
+CVars=r.DynamicRes.FrameTimeBudget=13 | |||
+CVars=nvn.SyncInterval=1 | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/masagrator/NXGraphicsPatches | ||
* GBAtemp - https://gbatemp.net/threads/subdivision-infinity-dx-60-fps-mod.546129/ | |||
Revision as of 06:01, 28 Haziran 2023
Subdivision Infinity DX 60 FPS mod | |
---|---|
General | |
Author | masagrator |
Type | Game Hacks |
Version | 2019 |
License | Mixed |
Last Updated | 2019/12/15 |
Links | |
Download | |
Website | |
Support Author | |
Mod for Subdivision Infinity DX that raises FPS Cap to 60 FPS.
If it can't achieve 60 FPS, it drops to 30.
Installation
Copy the 010001400E474000 folder to:
- 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 updates.
User guide
Recommended sys-clk settings
Minimum OC required (Higher OC GPU = higher resolution):
handheld_cpu=1224 handheld_gpu=460 handheld_mem=1600
What was changed
Subdivision/Config/DefaultEngine.ini
from [/Script/Engine.Engine] MinDesiredFrameRate=20.000000 [SystemSettings] r.VSync=1
to [/Script/Engine.Engine] MinDesiredFrameRate=35.000000 [SystemSettings] r.VSync=0
Subdivision/Config/Switch/SwitchDeviceProfiles.ini
Added [Switch DeviceProfile] +CVars=r.DynamicRes.FrameTimeBudget=13 +CVars=nvn.SyncInterval=1