mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
f8b059a5fe
A wrong fps estimation can have visual artifacts among others. Even an estimation without visual artifacts will not be accurate emulation unless the fps was constant anyway.
110 lines
2.4 KiB
Plaintext
110 lines
2.4 KiB
Plaintext
[Definition]
|
|
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
|
name = Static FPS Mod
|
|
path = "The Legend of Zelda: Breath of the Wild/Mods/Static FPS Mod"
|
|
description = "Do not mix this with FPS++ as it is a simplified version of it. It removes the dynamic-timestep part in order to provide more accurate emulation because it does not estimate the current fps while it keeps the performance boosts. For the most accurate and bug free emulation use it on 30FPS mode."
|
|
version = 4
|
|
|
|
[Preset]
|
|
name = Static 45FPS
|
|
$targetFPS:int = 45
|
|
|
|
[Preset]
|
|
name = Static 60FPS (ideal for 240/120/60Hz displays)
|
|
$targetFPS:int = 60
|
|
|
|
[Preset]
|
|
name = Static 30FPS (most stable; ideal for 240/120/60Hz displays)
|
|
$targetFPS:int = 30
|
|
|
|
[Preset]
|
|
name= Static 165FPS (ideal for 165hz displays)
|
|
$targetFPS:int = 165
|
|
|
|
[Preset]
|
|
name = Static 144FPS (ideal for 144Hz displays)
|
|
$targetFPS:int = 144
|
|
|
|
[Preset]
|
|
name = Static 120FPS (ideal for 240/120/60Hz displays)
|
|
$targetFPS:int = 120
|
|
|
|
[Preset]
|
|
name = Static 100FPS (ideal for 200/100Hz displays)
|
|
$targetFPS:int = 100
|
|
|
|
[Preset]
|
|
name = Static 85FPS (ideal for 85Hz displays)
|
|
$targetFPS:int = 85
|
|
|
|
[Preset]
|
|
name = Static 75FPS (ideal for 75Hz displays)
|
|
$targetFPS:int = 75
|
|
|
|
[Preset]
|
|
name = Static 72FPS (ideal for 144Hz displays)
|
|
$targetFPS:int = 72
|
|
|
|
[Preset]
|
|
name = Static 55FPS (ideal for 165hz displays)
|
|
$targetFPS:int = 55
|
|
|
|
[Preset]
|
|
name = Static 50FPS (ideal for 200/100Hz displays)
|
|
$targetFPS:int = 50
|
|
|
|
[Preset]
|
|
name = Static 48FPS (ideal for 144Hz displays)
|
|
$targetFPS:int = 48
|
|
|
|
[Preset]
|
|
name = Static 40FPS (ideal for 240/120/60Hz displays)
|
|
$targetFPS:int = 40
|
|
|
|
[Preset]
|
|
name = Static 36FPS (ideal for 144Hz displays)
|
|
$targetFPS:int = 36
|
|
|
|
[Preset]
|
|
name = Static 33FPS (ideal for 165HZ displays)
|
|
$targetFPS:int = 33
|
|
|
|
[Preset]
|
|
name = Static 25FPS (ideal for 75Hz displays)
|
|
$targetFPS:int = 25
|
|
|
|
[Preset]
|
|
name = Static 24FPS (ideal for 144Hz displays)
|
|
$targetFPS:int = 24
|
|
|
|
[Preset]
|
|
name = Static 20FPS (ideal for 240/120/60Hz displays)
|
|
$targetFPS:int = 20
|
|
|
|
[Preset]
|
|
name = Static 18FPS (ideal for 144Hz displays)
|
|
$targetFPS:int = 18
|
|
|
|
[Preset]
|
|
name = Static 17FPS (ideal for 85Hz displays)
|
|
$targetFPS:int = 17
|
|
|
|
[Preset]
|
|
name = Static 16FPS (ideal for 144Hz displays)
|
|
$targetFPS:int = 16
|
|
|
|
[Preset]
|
|
name = Static 15FPS (ideal for 240/120/60Hz displays)
|
|
$targetFPS:int = 15
|
|
|
|
[Preset]
|
|
name = Static 12FPS (ideal for 144Hz displays)
|
|
$targetFPS:int = 12
|
|
|
|
[Preset]
|
|
name = Static 10FPS (ideal for 240/120/60Hz displays)
|
|
$targetFPS:int = 10
|
|
|
|
[Control]
|
|
vsyncFrequency = $targetFPS
|