mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 09:19:07 +01:00
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
[BotwFPSV208] #i.e. v1.5.0
|
|
moduleMatches = 0x6267BFD0
|
|
|
|
#Arrows by Epigramx
|
|
0x1001CCAC = .float (30 * (30 / $targetFPS)) # = 30 * divisor
|
|
0x1001CB18 = .float (0.5 / (30 / $targetFPS)) # = 0.5 / divisor
|
|
|
|
[BotwFPSv176V192] #i.e. v1.4.0 and v1.4.1
|
|
moduleMatches = 0xFD091F9F,0xD472D8A5
|
|
|
|
#Arrows by Epigramx
|
|
0x1001CCAC = .float (30 * (30 / $targetFPS)) # = 30 * divisor
|
|
0x1001CB18 = .float (0.5 / (30 / $targetFPS)) # = 0.5 / divisor
|