Search found 10 matches
- Sat Sep 06, 2008 11:14 am
- Forum: PSP Development
- Topic: An info please
- Replies: 4
- Views: 2450
- Sat Sep 06, 2008 6:49 am
- Forum: PSP Development
- Topic: The ominipotent PRX..
- Replies: 8
- Views: 2979
- Fri Sep 05, 2008 3:15 pm
- Forum: PSP Development
- Topic: The ominipotent PRX..
- Replies: 8
- Views: 2979
- Fri Sep 05, 2008 3:03 pm
- Forum: PSP Development
- Topic: The ominipotent PRX..
- Replies: 8
- Views: 2979
The ominipotent PRX..
I know that the thread title is a little bit crazy but it's related to my current work :). Ok, we all know that whenever we load game or vsh.. the PSP is being reset together with all the loaded modules. Is it possible to keep a module alive? For example, keeping USBHostFS running without the need t...
- Tue Sep 02, 2008 5:16 pm
- Forum: PSP Development
- Topic: prxutility++ and nkThreadSuspend (sceKernelGetThreadId ());
- Replies: 5
- Views: 2372
@pspflashsystem: I think you must first identify existing thread(s). this could be done with sceKernelGetThreadmanIdList(). Then you can now choose which thread to pause and resume using sceKernelSuspendThread() and sceKernelResumeThread(). If you intend to maintain your PRX's thread running, then j...
- Fri Aug 08, 2008 12:22 am
- Forum: PSP Development
- Topic: Memory Sticks with capacity greater than 4Gb
- Replies: 5
- Views: 2801
- Thu Aug 07, 2008 10:59 pm
- Forum: PSP Development
- Topic: Memory Sticks with capacity greater than 4Gb
- Replies: 5
- Views: 2801
- Thu Aug 07, 2008 10:52 pm
- Forum: PSP Development
- Topic: Memory Sticks with capacity greater than 4Gb
- Replies: 5
- Views: 2801
- Thu Aug 07, 2008 10:22 pm
- Forum: PSP Development
- Topic: Memory Sticks with capacity greater than 4Gb
- Replies: 5
- Views: 2801
Memory Sticks with capacity greater than 4Gb
Hi to everyone, Right now i'm in search to resolve this problem in MS > 4Gb but to no avail. To be specific, all i want is to calculate it's actual size or capacity. The following code works well with MS <= 4Gb: u32 msdata[5]; u32 *pmsdata = msdata; sceIoDevctl("fatms0:/", 0x02425818, &...
- Thu Jul 24, 2008 12:26 am
- Forum: PSP Development
- Topic: PSP IDE (Developement Environment)
- Replies: 21
- Views: 9003
Microsoft Visual Studio as PSPSDK IDE...
Microsoft's Visual Studio Express is free even for commercial application and Heimdall's toolchain comes with a wizard installer for VS, too. Yup, you're right and i've tried it. Here's the following step i've done: 1. Create a new "Makefile Project" 2. On the "Makefile Appication Wi...