[HELP] sceImposeGetParam not working in 5.00

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
theHobbit
Posts: 65
Joined: Sat Sep 30, 2006 5:26 am

[HELP] sceImposeGetParam not working in 5.00

Post by theHobbit »

Hi there,

I was using this code to call sceImposeGetParam:

Code: Select all

k1 = pspSdkSetK1(0);
    int ret = sceImposeGetParam(PSP_IMPOSE_MAIN_VOLUME);
    pspSdkSetK1(k1);
this was working ok with firmwares 3.90 and 4.01 but it doesn't work with the 5.00 m33 firmware. Does anybody knows what's happening?

Thanks in advance.
Post Reply