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

EE/JIT: Increase size of jump for FPU MUL with Full EE clamping #11169

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

refractionpcsx2
Copy link
Member

@refractionpcsx2 refractionpcsx2 commented Apr 30, 2024

Description of Changes

Increase size of a jump in a long JIT block when using Full EE Clamping + FPU Mul hack

Rationale behind Changes

The code path was exceeding 0x7f (127) byes in length, causing an error.

Suggested Testing Steps

Test SSX with full EE Clamping and the FPU Mul hack from the Game Fixes (doesn't normally need it, just a test case that hits it), make sure it doesn't crash ingame.

@refractionpcsx2 refractionpcsx2 changed the title EE/JIT: Increase size of jump for FPU MUL EE/JIT: Increase size of jump for FPU MUL when using Full Clamp + FPU Mul hack Apr 30, 2024
@refractionpcsx2 refractionpcsx2 changed the title EE/JIT: Increase size of jump for FPU MUL when using Full Clamp + FPU Mul hack EE/JIT: Increase size of jump for FPU MUL with Full EE clamping Apr 30, 2024
@refractionpcsx2 refractionpcsx2 merged commit e46d435 into master Apr 30, 2024
22 checks passed
@refractionpcsx2 refractionpcsx2 deleted the ee_fpudjump branch April 30, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant