JosJuice
JosJuice
This is the same fixup as in Jit64::FixGTBeforeSettingCRFieldBit.
Branch targets always start a new block, so this variable isn't useful.
Less magic numbers this way. No functional change.
Comparing with an immediate 0 has the same effect but is much easier to read.
Setting SO and LT can be done without setting bit 32. Setting bit 32 is required in situations where clearing bits in the host representation of a CR could otherwise...
This reverts commit 75fb1a7edfb12f490b08ab0b76a8e2f1536d2d9b. When I was working on the Android input overhaul, I temporarily disabled the new feature of reading sensor inputs from gamepads due to a crash. I'm...
Storing the log type names in a map results in them getting re-sorted by their keys, which doesn't quite give us the sorting we want. In particular, the Achievements category...
No functional change.
Dolphin's JITs don't accurately emulate the SO bit of condition registers. However, exactly which inaccurate behavior they end up using depends on whether branch merging is applied. This is in...