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

JitInterface: Refactor to class, move to System. #11696

Merged
merged 2 commits into from Mar 27, 2023

Conversation

AdmiralCurtiss
Copy link
Contributor

@AdmiralCurtiss AdmiralCurtiss commented Mar 25, 2023

InvalidateICacheLineFromJIT() has a weird signature so we don't have to rewrite the JIT function that calls it, but I think that's fine for now -- I might do a follow-up PR on that one, since the Jit64 should really use ABI_CallFunctionPRR() instead of the manual stuff it's doing... Otherwise pretty straightforward.

@lioncash lioncash merged commit c096ee6 into dolphin-emu:master Mar 27, 2023
14 checks passed
@AdmiralCurtiss AdmiralCurtiss deleted the jit-interface-class branch March 27, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants