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

DSPCore: Move CompileCurrent to the DSPEmitter #4766

Merged
merged 1 commit into from
Jan 27, 2017

Conversation

lioncash
Copy link
Member

This is only ever used here. This gets more x86-specific emitter behavior out of DSPCore.

It kinda sucks that the use of the DSP JIT global can't be eliminated (I think*) reasonably because the function is called by the emitter down in CompileStub()

* - I'm not sure if it would be possible to pass a pointer to the JIT instance into the function to be used as the 'context' variable. I don't know if the x86 emitter supports that.

@degasus degasus merged commit f37c5f1 into dolphin-emu:master Jan 27, 2017
@lioncash lioncash deleted the dspemitter branch January 27, 2017 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants