We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ac320 commit e8d5d02Copy full SHA for e8d5d02
src/XenobladeChroniclesX/Mods/60FPS/patch_QTE.asm
@@ -7,14 +7,16 @@ _justFrame1:
7
lwz r12, 0x47C(r29)
8
lis r10, averageFPS1IntInv@ha
9
lbz r10, averageFPS1IntInv@l(r10)
10
- mullw r12, r12, r10
+ ; mullw r12, r12, r10
11
+ mr r12, r10
12
blr
13
14
_justFrame2:
15
lwz r0, 0x478(r29)
16
lis r8, averageFPS1IntInv@ha
17
lbz r8, averageFPS1IntInv@l(r8)
- mullw r0, r0, r8
18
+ ; mullw r0, r0, r8
19
+ mr r0, r8
20
21
22
[XCX_FPS++_QTE_1E] ; ########################################################
0 commit comments