10-22-2014, 04:28 PM
Hi,
in r3559, I've commited a huge change to migrate the PSP video decoding from Xuggle to the new h264j java decoder. The goal is to improve the compatibility of the sceMpeg, scePsmf and scePsmfPlayer modules, but the effect of this first draft commit will probably to break a lot of playable games.
So, I need your help in regression testing a large set of applications. Please report any regression issues related to r3659 in this thread.
In your report, it would be helpful to include a log at INFO level with the following lines added in your LogSettings.xml
Thank you for your help!
in r3559, I've commited a huge change to migrate the PSP video decoding from Xuggle to the new h264j java decoder. The goal is to improve the compatibility of the sceMpeg, scePsmf and scePsmfPlayer modules, but the effect of this first draft commit will probably to break a lot of playable games.
So, I need your help in regression testing a large set of applications. Please report any regression issues related to r3659 in this thread.
In your report, it would be helpful to include a log at INFO level with the following lines added in your LogSettings.xml
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.sceMpeg'> <level value='debug' /> </logger>
<logger name='hle.scePsmfPlayer'> <level value='debug' /> </logger>
<logger name='hle.scePsmf'> <level value='debug' /> </logger>
Thank you for your help!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log