Search found 4 matches
- Sat May 09, 2009 2:00 pm
- Forum: PSP Development
- Topic: Ubuntu 9.04 Script to Build PSPToolchain and PSPLibraries
- Replies: 2
- Views: 3214
Ubuntu 9.04 Script to Build PSPToolchain and PSPLibraries
I have taken the information found in this post http://forums.ps2dev.org/viewtopic.php?t=11935 and added some practical experience to produce a fairly robust shell script to build it. How to use: First, export your desired PSPDEV directory (or accept the default of ~/pspdev) export PSPDEV=/home/you/...
- Sat May 09, 2009 11:42 am
- Forum: PSP Development
- Topic: ubuntu 9.04 + pspsdk? Anyone tried?
- Replies: 22
- Views: 10982
- Fri May 08, 2009 9:59 pm
- Forum: PSP Development
- Topic: ubuntu 9.04 + pspsdk? Anyone tried?
- Replies: 22
- Views: 10982
- Mon May 04, 2009 5:12 am
- Forum: PSP Development
- Topic: Threading
- Replies: 13
- Views: 5064
I have been messing with this very thing recently. My idea is to make a text reader in a PRX so that you can read text while in game. Here is my (simplified) code to list, suspend, and resume the threads. This is having problems though. When I use it with Grand Theft Auto: Vice City Stories it will ...