Yes,Now it add this line
sceKernelInitKeyConfig returned 0x100
sceKernelInitKeyConfig returned 0x100
(10-30-2015, 09:13 PM)gid15 Wrote:(10-30-2015, 01:59 PM)gid15 Wrote:OK, the log message has now been added in b735ab6. Could you update the log.txt created by JpcspTrace? It should display one more line.(10-29-2015, 09:58 PM)sum2012 Wrote: It cannot log "The Red Star" 's gameOK, from your log.txt, it seems to fail on
I will add additional logging information to check the value returned by sceKernelInitKeyConfig().Code:if (sceKernelInitKeyConfig() != PSP_INIT_KEYCONFIG_GAME) {
return 1;
}