Resogun [NPEA00433] - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: PS3 Commercial Games (https://forums.rpcs3.net/forumdisplay.php?fid=4) +--- Forum: Playable (https://forums.rpcs3.net/forumdisplay.php?fid=5) +--- Thread: Resogun [NPEA00433] (/showthread.php?tid=174018) |
RE: Resogun [NPEA00433] - Dante38490 - 01-16-2016 Video in Menu need on modif code in sys_libc.cpp file, line 196, delete "throw EXCEPTION(""" and add: Quote: UNIMPLEMENTED_FUNC(sys_libc);This is not a hack, just normaly set there need LLE : cellFiber, cellSail, cellSailAvi, cellSre. with last vlj commit RE: Resogun [NPEA00433] - vlj - 01-16-2016 Here it crashes when trying to call _sys_memmove() function. RE: Resogun [NPEA00433] - Dante38490 - 01-16-2016 (01-16-2016, 10:38 PM)vlj Wrote: Here it crashes when trying to call _sys_memmove() function. yes sorry, i have edited RE: Resogun [NPEA00433] - vlj - 01-16-2016 The text is corrupted too here. RE: Resogun [NPEA00433] - Dante38490 - 01-16-2016 (01-16-2016, 11:23 PM)vlj Wrote: The text is corrupted too here.edit again, look LLE and edit for sys_libc.cpp line 196 RE: Resogun [NPEA00433] - vlj - 01-16-2016 still no animated menu and garbled text RE: Resogun [NPEA00433] - Dante38490 - 01-17-2016 (01-16-2016, 11:46 PM)vlj Wrote: still no animated menu and garbled textyou have to activate the LLE "CellSailAvi" ? RE: Resogun [NPEA00433] - tambre - 01-17-2016 (01-16-2016, 09:12 PM)Dante38490 Wrote: with last vlj commit So I take it's not tested on master? (01-16-2016, 09:12 PM)Dante38490 Wrote: need on modif code in sys_libc.cpp file, line 196, delete "throw EXCEPTION(""" and add: If you need to modify code, it's a hack. But minor hacks are allowed for now. RE: Resogun [NPEA00433] - Dante38490 - 01-17-2016 (01-17-2016, 07:48 AM)tambre Wrote: If you need to modify code, it's a hack. But minor hacks are allowed for now.yes, I have changed the code, but we can not consider it as a hack, as it should be like that. If this is a hack that means, therefore, that there has already enormously hack in the code. The "throw EXCEPTION (" "" has nothing to do here. Put as I did it matches the rest of the code for that function is not implemented. So this is not a hack. RE: Resogun [NPEA00433] - vlj - 01-18-2016 I fixed the cubes in the menu on d3d12 branch. |