[XCX] Fix QTEs at higher FPS

This commit is contained in:
Crementif 2022-07-26 18:23:26 +02:00
parent e1ac320f89
commit e8d5d027f3
1 changed files with 4 additions and 2 deletions

View File

@ -7,14 +7,16 @@ _justFrame1:
lwz r12, 0x47C(r29)
lis r10, averageFPS1IntInv@ha
lbz r10, averageFPS1IntInv@l(r10)
mullw r12, r12, r10
; mullw r12, r12, r10
mr r12, r10
blr
_justFrame2:
lwz r0, 0x478(r29)
lis r8, averageFPS1IntInv@ha
lbz r8, averageFPS1IntInv@l(r8)
mullw r0, r0, r8
; mullw r0, r0, r8
mr r0, r8
blr
[XCX_FPS++_QTE_1E] ; ########################################################