06-15-2014, 12:52 PM
(06-15-2014, 11:18 AM)gid15 Wrote:I am sure all 3 games and DLC are using the same Xor encryption. And all 3 games can load the same DLC.(06-15-2014, 07:27 AM)onelight Wrote: could you also fixed The IdolM@ster Shiny Festa: Honey Sound - JP - NPJH50674 and The IdolM@ster Shiny Festa: Groovy tune - JP - NPJH50675Could you try if they are using the same Xor encryption?
That 3 game are almost the same game.
Change jpcsp/HLE/VFS/filters/VirtualFileFilterManager.java, line 42:
Code:if ("NPJH50676".equals(State.discId) || "NPJH50674".equals(State.discId) || "NPJH50675".equals(State.discId)) {
Also for the DLC content, I suspect they are not Xor encoded. Could you try to disable the code on line 43 (comment the line) and see if you can play the audio from the DLC?