I'm would like to detect what PSP Model is being used at start up.
I have tried the following:
if (kuKernelGetModel() != PSP_MODEL_SLIM_AND_LITE)
but this don't work.
Thanks.
Detect PSP Model
Thank you TyRaNiD and moonlight, I appreciate your reply's, I would have replied earlier but forgot my pass.
A little more info on what it is.
It's a prx which loads at power on time and detects which model is running and displays menu's accordingly depending on the PSP model.
It's not executed from XMB only at boot time.
I'll try sceKernelGetModel, and will update the SDK.
Thanks again.
A little more info on what it is.
It's a prx which loads at power on time and detects which model is running and displays menu's accordingly depending on the PSP model.
It's not executed from XMB only at boot time.
I'll try sceKernelGetModel, and will update the SDK.
Thanks again.