neutrino
neutrino copied to clipboard
dev9 shutdown by games
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.