11-12-2012, 04:46 PM
(11-12-2012, 01:44 PM)sum2012 Wrote: To gid15Sorry, but I don't see the point into this hack...
Most Chinese PSP game include font file (*.pgf)
I have modify JPCSP source (MainGUI.java,sceFont.java) to make it to copy the iso 's font file (use iso-index.txt).
Can you review my modify to make it as offical version ? Thanks
Attach my modify source and iso-index.txt
(To see what I change,find "sum2012" in the source)
If the PSP application is reading the PGF file from the ISO, the HLE module sceFont should do the same: the application is probably calling sceFontOpenUserFile("disc0:/.../font.pgf").
Could you post an INFO log of the application including the sceFont module at the DEBUG level?
Always include a complete log file at INFO level in your reports. Thanks! How to post a log