theHobbit
Joined: 30 Sep 2006 Posts: 65
|
Posted: Sat Nov 29, 2008 12:23 pm Post subject: [HELP] sceImposeGetParam not working in 5.00 |
|
|
Hi there,
I was using this code to call sceImposeGetParam:
| Code: | 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. |
|