mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-08-08 21:56:50 +08:00
Replace the loop-based texture address swizzling code by a bit-twiddling implementation, providing a very small speed up. Also simplify addressing code.