Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PPCAnalyst: Fix handling of FL_READ_CR_BI #12802

Merged
merged 1 commit into from
May 25, 2024

Conversation

JosJuice
Copy link
Member

BI contains both the field and the flag (5 bits total), so we need to shift away the 2 flag bits to get the 3 field bits. (Same as the CRBA/CRBB handling in the code just below the BI code.)

BI contains both the field and the flag (5 bits total), so we need to
shift away the 2 flag bits to get the 3 field bits. (Same as the
CRBA/CRBB handling in the code just below the BI code.)
@Tilka Tilka merged commit 52f51d0 into dolphin-emu:master May 25, 2024
11 checks passed
@JosJuice JosJuice deleted the ppcanalyst-bi-shift branch May 26, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants