We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some games that use HDD and/or network send shutdown command to dev9. This causes cdvd emulation from HDD/network to stop working.
The solution is to disable all functionality in dev9Shutdown in dev9.irx: https://github.com/ps2dev/ps2sdk/blob/6b656d1ae18dd2bb75a6caa03346cf9f933c12c6/iop/dev9/dev9/src/ps2dev9.c#L359-L376
A tests show this fixes SOCOMII online when booted from HDD. A proper solution needs to be implemented.
The text was updated successfully, but these errors were encountered:
Update PS2SDK DEV9 driver to allow via argument passing to ignore the call to those functions?
Sorry, something went wrong.
No branches or pull requests
Some games that use HDD and/or network send shutdown command to dev9. This causes cdvd emulation from HDD/network to stop working.
The solution is to disable all functionality in dev9Shutdown in dev9.irx:
https://github.com/ps2dev/ps2sdk/blob/6b656d1ae18dd2bb75a6caa03346cf9f933c12c6/iop/dev9/dev9/src/ps2dev9.c#L359-L376
A tests show this fixes SOCOMII online when booted from HDD.
A proper solution needs to be implemented.
The text was updated successfully, but these errors were encountered: