mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-19 10:02:00 -04:00
The inst.SIMM_16 change is for readability (though it also fixes a warning about potentially unintended uses of `||`). The fallback change is because `b` is only meaningful for indexed instructions; this could theoretically lead to unintended fallbacks (but it seems unlikely).