Search found 16 matches
- Tue Dec 04, 2007 5:01 am
- Forum: PSP Development
- Topic: psp system software upgrade
- Replies: 5
- Views: 2458
- Mon Sep 24, 2007 12:39 am
- Forum: PSP Development
- Topic: psp slim outputting 1080p
- Replies: 22
- Views: 11485
I am not familiar with the bandwidth constraints, but how does 1080p = 200MB/s? If you take RGB (3 bytes per pixel) * 1920 * 1080 = 6MB/s = 48Mb/s. 48Mb/s is WAY smaller than 1.6Gb/s. If you must byte align on 4 bytes (RGBA) per pixel... 1920 * 1080 * 4 = 8MB/s (which I originally stated in the fir...
- Mon Sep 10, 2007 8:19 pm
- Forum: PSP Development
- Topic: PSPLink won't connect to usbhostfs_pc on Mac OS X
- Replies: 7
- Views: 3671
- Mon Sep 10, 2007 8:12 pm
- Forum: PSP Development
- Topic: psptoolchain under Mac OS X
- Replies: 2
- Views: 2568
For step 4, you should instead add to CFLAGS -DSOL_TCP=IPPROTO_TCP since this is the equivalent under Mac OS X (and, I guess, other BSDs). I already found find all those by trial and error. Maybe something like: #ifndef SOL_TCP #define SOL_TCP IPPROTO_TCP #endif should be added in one of the header ...
- Wed Sep 05, 2007 7:26 am
- Forum: PSP Development
- Topic: verry newbie question
- Replies: 6
- Views: 3415
- Wed Mar 28, 2007 4:40 pm
- Forum: General Discussion
- Topic: SPAM issues
- Replies: 8
- Views: 7705
You might back up the info in case someone complains afterwards... then restore just that person. Don't know if that's possible, but if it is, that would be a nice thing to do just to be safe. I'm certain there are lurkers who joined but made very few if any posts. I'm that way on a number of sites...
- Thu May 25, 2006 4:58 am
- Forum: PSP Development
- Topic: screen flickering
- Replies: 7
- Views: 2568
- Thu May 25, 2006 12:44 am
- Forum: PSP Development
- Topic: screen flickering
- Replies: 7
- Views: 2568
- Thu May 25, 2006 12:36 am
- Forum: PSP Development
- Topic: load delay
- Replies: 7
- Views: 5127
- Wed May 24, 2006 10:12 pm
- Forum: PSP Development
- Topic: load delay
- Replies: 7
- Views: 5127
- Wed May 24, 2006 5:41 pm
- Forum: PSP Development
- Topic: Problem with a genuine randomizer
- Replies: 27
- Views: 10262
Re: Problem with a genuine randomizer
Hi folks, i now use this code to random get some numbers: // generates random number int get_random(int lo, int hi) { return (rand() % (hi-lo+1)) + lo ; } but this does not randomize anything... I tested my beginning ...
- Wed Mar 29, 2006 1:21 am
- Forum: PSP Development
- Topic: FIX: free()'s issue with already free'd pointers
- Replies: 13
- Views: 4446
- Sun Mar 26, 2006 6:23 pm
- Forum: General Discussion
- Topic: who can help my psp? A BIG problom
- Replies: 5
- Views: 3849
- Sat Mar 25, 2006 5:27 am
- Forum: PSP Development
- Topic: Fast stretching advice.
- Replies: 14
- Views: 4772
- Sat Mar 25, 2006 5:14 am
- Forum: PSP Development
- Topic: Virtual memory on psp need help !!!!
- Replies: 17
- Views: 10089
- Wed Mar 22, 2006 10:40 pm
- Forum: PSP Development
- Topic: Problem with USE_PSPSDK_LIBC = 1 and libpng
- Replies: 12
- Views: 5429