Changes to mx4sio for ps2sdk sio2man client updates#862
Merged
Conversation
dd5224c to
ec9382c
Compare
Member
|
Please test before merging. |
Make hook simpler due to sio2man using a single semaphore Unhook intrman and loadcore when hooks no longer needed Add API for interrupt handler For loadcore and intrman hooks, only proceed when inner function succeeds
ec9382c to
b55d764
Compare
Member
|
Did you tested already?? |
Member
Author
|
Not yet. I still need to figure out where I put my mx4sio |
|
FYI the mmceman driver was merged with this that @uyjulian PRd here: Hope its not breaking anything because then as it stands does this mean that newer mmce drivers will not work until this is merged? Trying to update wLE for the new mmce drivers as rename and set card+channel was integrated which I want in wLE R3Z. I hope to test soon since wLE R3Z allows both mmce and mx4sio in it (gated between IOP reboot) as both driver sets loaded together causes issues. |
Member
Author
|
Found my mx4sio. Tested working |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested working by myself
Fixes needed when using newest revision variant of mcman and padman.
Make hook simpler due to sio2man using a single semaphore
Unhook intrman and loadcore when hooks no longer needed
Add API for interrupt handler
For loadcore and intrman hooks, only proceed when inner function succeeds
A major breaking change is that it now relies on the sio2man module from ps2sdk, which is smaller than the original SCE module and supports all known interfaces from 1.1 to 2.7.