Oh right, apply the previous bugfix to this too.

This doesn't appear to break anything, and it seems like the correct thing to do.
This commit is contained in:
Clownacy 2024-01-10 17:48:56 +00:00 committed by GitHub
parent 0d2c3096e6
commit 469d4eb255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ void set_fpr_pointers(struct cp1* cp1, uint32_t newStatus)
{
for (i = 0; i < 32; i++)
{
(r4300_cp1_regs_simple(cp1))[i] = &cp1->regs[i].float32[0];
(r4300_cp1_regs_simple(cp1))[i] = &cp1->regs[i].float32[DOUBLE_HALF_XOR];
(r4300_cp1_regs_double(cp1))[i] = &cp1->regs[i].float64;
}
}