Sorry, my english not good
lambda.db may not be needed
I modified storage_ext.c from mamba
int sys_storage_ext_mount_encrypted_image (char * image, char * mount_point, char * filesystem, uint64_t nonce)
{
int ret;
ret = cellFsUtilMount_h ("CELL_FS_PATH: / dev_flash / pspemu", filesystem, mount_point, 0, 1, 0, NULL, 0);
if (ret! = 0)
{
#ifdef DEBUG
DPRINTF ("cellFsUtilMount failed:% x \ n", ret);
#endif
return ret;
}
return 0;
}
check lambda.db, do not delete...
lambda.db from PSPC66820 may not be needed
lambda.db may not be needed
I modified storage_ext.c from mamba
int sys_storage_ext_mount_encrypted_image (char * image, char * mount_point, char * filesystem, uint64_t nonce)
{
int ret;
ret = cellFsUtilMount_h ("CELL_FS_PATH: / dev_flash / pspemu", filesystem, mount_point, 0, 1, 0, NULL, 0);
if (ret! = 0)
{
#ifdef DEBUG
DPRINTF ("cellFsUtilMount failed:% x \ n", ret);
#endif
return ret;
}
return 0;
}
check lambda.db, do not delete...
lambda.db from PSPC66820 may not be needed