mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2026-06-18 22:03:37 +00:00
36 lines
792 B
YAML
36 lines
792 B
YAML
# Empire of Sin 1.11.0
|
|
# BID: 02A91F6F2440724D
|
|
|
|
DECLARATIONS:
|
|
-
|
|
type: variable
|
|
name: dr_target_min
|
|
value_type: double
|
|
default_value: 28.571428298950195
|
|
evaluate: "999.9996 / (FPS_TARGET + 5)"
|
|
-
|
|
type: variable
|
|
name: dr_target_max
|
|
value_type: double
|
|
default_value: 33.33333206176758
|
|
evaluate: "0.9999996 * FRAMETIME_TARGET"
|
|
MASTER_WRITE:
|
|
# REF: RomeroGames.DynamicResolutionService::UpdateService()
|
|
-
|
|
type: asm_a64
|
|
main_offset: 0x17D07CC
|
|
instructions: [
|
|
[nop],
|
|
[nop],
|
|
[adrp, x9, $dr_target_max],
|
|
[ldr, d0, [x9, $dr_target_max]]
|
|
]
|
|
-
|
|
type: asm_a64
|
|
main_offset: 0x17D0990
|
|
instructions: [
|
|
[nop],
|
|
[nop],
|
|
[adrp, x8, $dr_target_min],
|
|
[ldr, d1, [x8, $dr_target_min]]
|
|
] |