Fix error in port (#304)

Changed _currentFPS to _averageFPS
This commit is contained in:
Morph1984 2018-12-20 10:24:39 +07:00 committed by Michael
parent b18c7d3441
commit a8feaf4d74

View File

@ -260,10 +260,10 @@ _fenceNeg1 = 0x0000010C # - Best Fence Skip -
0x03414EF8 = lis r12, _speedDiv@ha 0x03414EF8 = lis r12, _speedDiv@ha
0x03414F00 = lfs f0, _speedDiv@l(r12) 0x03414F00 = lfs f0, _speedDiv@l(r12)
0x03414F08 = nop 0x03414F08 = nop
0x02D90790 = lis r10, _currentFPS@ha 0x02D90790 = lis r10, _averageFPS@ha
0x02D90794 = lfs f11, _currentFPS@l(r10) 0x02D90794 = lfs f11, _averageFPS@l(r10)
0x02D907EC = lis r10, _currentFPS@ha 0x02D907EC = lis r10, _averageFPS@ha
0x02D907F0 = lfs f11, _currentFPS@l(r10) 0x02D907F0 = lfs f11, _averageFPS@l(r10)
# Break all forms of frame limiting # Break all forms of frame limiting
0x031FA000 = bla _fenceNeg1 # Best fence (make sure GPU is never more than 1 frame ahead), enabled by default 0x031FA000 = bla _fenceNeg1 # Best fence (make sure GPU is never more than 1 frame ahead), enabled by default