Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gfx: Use simpler equality test for IPPU.FrameCount
As it's only incremented here and then reset to 0, avoids integer division, which can be be expensive on CPUs without this instruction such as pre-ARMv7 classic ARMs.
- Loading branch information