Search found 4 matches
- Fri Sep 29, 2006 11:44 am
- Forum: PSP Development
- Topic: What's known about the VME, now?
- Replies: 3
- Views: 1946
What's known about the VME, now?
Has anybody researched into this yet. Any new info found? Can, we, as devs programme the VME?
- Mon Aug 21, 2006 10:46 am
- Forum: PSP Development
- Topic: PSPSDK and binutils.patch
- Replies: 6
- Views: 7704
I have no problem connecting to the GNU FTP server. the problem is really connecting to svn.pspdeg.org to get the patches. bb1b I am having the same problem. I installed the toolchain on my desktop about a month ago with no problems. Now I am trying to install it on my laptop, and I get this proble...
- Fri Aug 18, 2006 9:38 am
- Forum: PSP Development
- Topic: Media Engine in USER mode.
- Replies: 2
- Views: 2579
The media engine cannot be started in USERMODE, what your code does is to start the function start_up in kernel mode, and the main thread in user mode. In the start_up function (that is running in kernel mode) the media engine is started. I've used this trick a long time ago to have the 'home' butt...
- Thu Aug 17, 2006 10:13 pm
- Forum: PSP Development
- Topic: Media Engine in USER mode.
- Replies: 2
- Views: 2579
Media Engine in USER mode.
Hi everyone... just joined the forums. For the last week I've started to programme the psp. I've been messing around with the media engine and have got it to work in user mode... Can anybody tell me if there is a better way to do this? Or is this the only way? Next on my list is to get the main core...