I have a trouble.
I am writing the HAL for new PSP SLIMs....
When I use sceUtilityLoadAvModule, the system loads the
module (support for MP3 Media Engine becomes active), but,
when I attempt to use sceKernelExitGame to stop my
application, the application doesn't return to VSH.
I have tried to use sceUtilityUnloadAvModule before to
use sceKernelExitGame, but without success. Firmware is
3.71 M33-4 on PSP-SLIM.
The sceUtility routines are in libpsputility.a (do you know if
exists a new version, like libpsputility_new.a ?).
The stubs are:
STUB_START "sceUtility",0x40010000,0x00020005
STUB_FUNC 0xC629AF26,sceUtilityLoadAvModule
STUB_FUNC 0xF7D8D092,sceUtilityUnloadAvModule
STUB_END