mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 20:40:49 -07:00
Load the current tick to a local variable, moving it out of an atomic and allowing us to compare the value without going through a pointer each time. This should make the loop more optimizable.