サンプルにあわせると

loadResult = sceKernelLoadModule(path, 0, NULL);


loadResult = pspSdkLoadStartModule(path, PSP_MEMORY_PARTITION_USER);
とかかな