09-19-2014, 06:47 PM -
(09-19-2014, 06:41 PM)BlackDaemon Wrote:Only if i was a programmer xD does this include the netwrok fix and the ppu thing?(09-19-2014, 06:25 PM)d875j Wrote:(09-19-2014, 06:13 PM)BlackDaemon Wrote:(09-19-2014, 06:33 AM)leon112211 Wrote: Can you upload your merged version because i can't start sonic cd
it gives me network error
Click here.
'Network signup message' was fixed by this commit, gopalsr83 not included latest changes from master repo yet (thanks to raven02 for pointing this ).
Also, a few additional tweaks/hacks needed to run Sonic CD - i disabled cellSaveDataAutoSave2, and included few bypass/skip-hacks from old code to
cellPamfReaderInitialize, cellPamfReaderGetNumberOfSpecificStreams and cellPamfReaderSetStreamWithTypeAndIndex
Code:if (!Memory.IsGoodAddr(pSelf->pAddr))
return CELL_PAMF_ERROR_INVALID_ARG;
How would i do these tweaks?
By modifying source code, of course. sceNp.cpp, cellSaveData.cpp and cellPamf.cpp (in rpcs3\Emu\SysCalls\Modules). Or replace it with already modified from here.