Search found 5 matches

by MIB.42
Sun Nov 05, 2006 3:32 am
Forum: PSP Development
Topic: Getting volume
Replies: 11
Views: 4947

[quote="hlide"] the solution may be somewhere in the undocumented functions of sceImpose : [url]http://moonlight.lan.st/1.50/kd/impose.html[/url] sceImposeChanges() ? Or maybe there is a special kernel thread for volume as there is one for exit thread (by means of callback).[/quote] There ...
by MIB.42
Sat Nov 04, 2006 8:17 am
Forum: PSP Development
Topic: sceHprmRegisterCallback
Replies: 3
Views: 1832

Yes, I am interested in if anybody used the sceHprmInit, sceHprmEnd, sceHprmSuspend, sceHprmResume, sceHprmRegisterCallback, sceHprmUnregisterCallback functions... also the sceHprmGetModel...
by MIB.42
Sat Nov 04, 2006 7:32 am
Forum: PSP Development
Topic: sceHprmRegisterCallback
Replies: 3
Views: 1832

sceHprmRegisterCallback

Any update / anybody has experience with the sceHprmRegisterCallback and the rest of the "not-in-the-include-file" sceHprm calls?

I tried chid = sceKernelCreateCallback("Hprm Callback", hprm_callback, NULL);sceHprmRegisterCallback(chid); with no luck...
by MIB.42
Sat Nov 04, 2006 4:17 am
Forum: PSP Development
Topic: Getting volume
Replies: 11
Views: 4947

[quote="hlide"]huh... this isn't because you change your volume that it would also change your register value. I would expect for it to do so at crucial moment (exiting an application for instance). It would be crazy to change this register value whenever you modify your volume as I suppos...
by MIB.42
Fri Nov 03, 2006 5:35 pm
Forum: PSP Development
Topic: Getting volume
Replies: 11
Views: 4947

[quote="Zettablade"][quote="Fanjita"]I seem to recall this being discussed before, and the basic conclusion being that there doesn't seem to be an API call that can retrieve the volume setting, but that if you happen to be running in kernel mode, you could monitor the Vol+ / Vol-...