I've got some problem using SifSearchModuleByName, SifStopModule, SifUnloadModule.
SifSearchModuleByName return a "strange" id: 1165660174 for MCMAN from rom, but when module is loaded it's id is 36.
SifStopModule and SifUnloadModule appear to not working at all.
I tried to use "strange" id or normal id without succes.
Memorycard is still working after unloading.
I tried with padman too with same result.
Here a little part of my code:
Code: Select all
McMan_Id = SifSearchModuleByName("mcman");
SifStopModule(McMan_Id, 0, NULL, &ret);
ret = SifUnloadModule(McMan_Id);
printf("Unloading MCMAN: %d.\n", ret);
Can you help me a bit Pixel ? Or anybody ?
Best regards
polo