Minor branch optimization
* On reads/writes it is important to check the address alignment before proceeding with the operation. However unalignment errors almost never happen in real world games, so let the compiler know that these branches are unlikely to happen to speed them up a bit.
Loading
Please register or sign in to comment