I've a question regarding the sceKernelLoadModule option. By default, PRX modules are loaded into low memory one after another. Is it possible to load a module into high memory? Something like the PSP_SMEM_High option do for sceKernelAllocPartitionMemory. I've tried to play around with the SceKernelLMOption, but not sure which parameters to set. I would be grateful if anyone can help. TIA!
TyRaNiD wrote:Do you not set the position variable in the structure to something like PSP_SMEM_High ?
TyRaNiD, thanks for the reply. I tried your suggestion already, it didn't change anything as the module is still loaded at low memory. Do you have other suggestions? Thanks!