Search found 13 matches
- Sat Sep 06, 2008 8:51 pm
 - Forum: PSP Development
 - Topic: Prx decryption kill me...
 - Replies: 6
 - Views: 4060
 
- Sat Sep 06, 2008 7:04 pm
 - Forum: PSP Development
 - Topic: Prx decryption kill me...
 - Replies: 6
 - Views: 4060
 
Prx decryption kill me...
 #include <pspsdk.h> #include <pspkernel.h> #include <pspdebug.h> #include <pspiofilemgr.h> #include <string.h> #include "pspDecrypt.h" #define printf pspDebugScreenPrintf /* Define the module info section */ PSP_MODULE_INFO("template", 0, 1, 1); /* Define the mai...
					- Thu Sep 04, 2008 10:35 pm
 - Forum: PSP Development
 - Topic: Help with the 0x51 idstorage key
 - Replies: 7
 - Views: 3428
 
Help with the 0x51 idstorage key
Anyone know how the original firmware version is stored in 0x51 key?
					- Thu Sep 04, 2008 9:33 pm
 - Forum: PSP Development
 - Topic: Prx help
 - Replies: 28
 - Views: 19487
 
- Thu Sep 04, 2008 4:54 pm
 - Forum: PSP Development
 - Topic: Prx help
 - Replies: 28
 - Views: 19487
 
- Wed Sep 03, 2008 11:41 pm
 - Forum: PSP Development
 - Topic: Prx help
 - Replies: 28
 - Views: 19487
 
- Wed Sep 03, 2008 6:40 pm
 - Forum: PSP Development
 - Topic: Prx help
 - Replies: 28
 - Views: 19487
 
- Wed Sep 03, 2008 5:01 pm
 - Forum: PSP Development
 - Topic: Prx help
 - Replies: 28
 - Views: 19487
 
- Tue Sep 02, 2008 5:25 pm
 - Forum: PSP Development
 - Topic: Prx help
 - Replies: 28
 - Views: 19487
 
Very thanks of the help but now at boot time my program crash anda report a 8002013C error, module not found, but i've tryed to load it from ms0:/kernelstuff.prx and only kenrelstuff.prx but it doesn't load... PS: Anyone knows a place with a complete list of all psp motherboards with the respective ...
					- Mon Sep 01, 2008 9:03 pm
 - Forum: PSP Development
 - Topic: Prx help
 - Replies: 28
 - Views: 19487
 
- Mon Sep 01, 2008 7:04 pm
 - Forum: PSP Development
 - Topic: Prx help
 - Replies: 28
 - Views: 19487
 
Prx help
I have the following prx that works in kernel mode #include <pspsdk.h> #include <pspkernel.h> #include <pspidstorage.h> #include <string.h> PSP_MODULE_INFO("KernelStuff_driver", 0x1006, 3, 2); PSP_MAIN_THREAD_ATTR(0); //Get Fuse Id u64 sceSysreg_driver_4F46E...
					- Tue Jun 24, 2008 9:28 pm
 - Forum: PSP Development
 - Topic: Syscon problems
 - Replies: 2
 - Views: 1635
 
Syscon problems
I'm tryng to get the battery serial using the same code that Hellcat use, but when i try to load the function my elf doesn't load. I'm devloping a replacement of the resurrection.elf of the despertar del cementerio and i load it in kernel mode with the 0x1006 flag... I also included in the makefile ...
					- Mon Jun 16, 2008 12:57 am
 - Forum: PSP Development
 - Topic: Some questions
 - Replies: 1
 - Views: 1266
 
Some questions
I have 2 questions
1 - how to retrieve the used cpu in %
2 - how to use the syscon led control in user mode
					1 - how to retrieve the used cpu in %
2 - how to use the syscon led control in user mode