10-15-2012, 12:11 PM (This post was last modified: 10-15-2012, 12:37 PM by sum2012.)
Yes music do not loop.
I think that gid15 make this issue
(08-24-2012, 04:31 PM)gid15 Wrote:
(01-22-2012, 05:37 AM)Itaru Wrote: Starting with r2438, Heroes Phantasia (NPJH50558) is unable to continue past the title screen even when you push Start or the circle button. After a few seconds in the title screen, it loops back to the opening movie and keeps looping indefinitely between opening movie and title screen with the controls being non-responsive. With r2437 and earlier revisions, I can continue past the title screen and play the game.
I've tracked the problem to the jpcsp.HLE.modules630.sceAtrac3plus class in the following part (lines 51 - 53):
Code:
51 if (Memory.isAddressGood(samplesAddr.getAddress())) {
52 decodeAddr.setValue(samplesAddr.getAddress() - 2160); // Rewind to the sample's header block.
53 }
If line 52 is commented out, then the game can continue past the title screen just like in r2437.
As Hykem is no longer posting during the last months, I've decided to finally add this finding to r2701 :-).
(10-15-2012, 12:11 PM)sum2012 Wrote: Yes music do not loop.
I think that gid15 make this issue
(08-24-2012, 04:31 PM)gid15 Wrote:
(01-22-2012, 05:37 AM)Itaru Wrote: Starting with r2438, Heroes Phantasia (NPJH50558) is unable to continue past the title screen even when you push Start or the circle button. After a few seconds in the title screen, it loops back to the opening movie and keeps looping indefinitely between opening movie and title screen with the controls being non-responsive. With r2437 and earlier revisions, I can continue past the title screen and play the game.
I've tracked the problem to the jpcsp.HLE.modules630.sceAtrac3plus class in the following part (lines 51 - 53):
Code:
51 if (Memory.isAddressGood(samplesAddr.getAddress())) {
52 decodeAddr.setValue(samplesAddr.getAddress() - 2160); // Rewind to the sample's header block.
53 }
If line 52 is commented out, then the game can continue past the title screen just like in r2437.
As Hykem is no longer posting during the last months, I've decided to finally add this finding to r2701 :-).
Thank you!
I am not sure what do you mean..music is stopping in all jpcsp versions I tried,both pre and post 2701...
10-15-2012, 03:07 PM (This post was last modified: 10-15-2012, 03:10 PM by digiadventures.)
(10-15-2012, 02:42 PM)sum2012 Wrote: If you can compile source, you can start to try to fix yourself
I can compile the source as that is not really that complicated and doesnt require java programing knowledge.
As for fixing this myself,I am afraid I dont have enough knowledge !
If you think you can fix this,I am not the only person who would be very grateful,just look at US thread how many users commented how much they would like this to be fixed.
If you can,just post compiled version somewhere or atleast fixed file or something !
(10-15-2012, 03:07 PM)digiadventures Wrote: I can compile the source as that is not really that complicated and doesnt require java programing knowledge.
As for fixing this myself,I am afraid I dont have enough knowledge !
If you think you can fix this,I am not the only person who would be very grateful,just look at US thread how many users commented how much they would like this to be fixed.
If you can,just post compiled version somewhere or atleast fixed file or something !