Search found 12 matches
- Mon Aug 13, 2007 7:08 am
- Forum: PS3 Development
- Topic: will usa bought ps3 run in pakistan?? Plz help
- Replies: 7
- Views: 8067
- Thu Aug 02, 2007 12:55 am
- Forum: PS3 Development
- Topic: will usa bought ps3 run in pakistan?? Plz help
- Replies: 7
- Views: 8067
- Tue Jun 06, 2006 2:10 am
- Forum: PS3 Development
- Topic: "PS3 Cell Broken?" - Slashdot Article
- Replies: 12
- Views: 8996
- Sun Oct 23, 2005 6:00 am
- Forum: PSP Development
- Topic: DMAC stub
- Replies: 2
- Views: 1759
- Sun Jul 03, 2005 4:37 am
- Forum: PSP Development
- Topic: PSP Video Memory Bandwidth
- Replies: 12
- Views: 6471
aren't both tests copying from RAM to VRAM? Unless sceGuTexImage actually creates a new texture in VRAM and copies the source data to the new texture... Accessing random locations in VRAM seems to be quite slow. I changed some code in fMSX to render to VRAM directly but it wasn't much faster. Max di...
- Sat Jul 02, 2005 8:35 am
- Forum: PSP Development
- Topic: Atari 2600 Emulator - Help Wanted...
- Replies: 7
- Views: 3607
why not take an GP32 or GBA based emulator? You could use VCS32, sourcecode is available.
- Thu Jun 23, 2005 2:51 am
- Forum: PSP Development
- Topic: psp-dev have released their exploit for ver. 1.5
- Replies: 126
- Views: 75818
ah indeed, I didn't think of that before :) It was just my guess though, I could also say % is used to pass arguments to the app.. Pure speculation though.. After some toying around, I found out that the percent mark can be put anywhere in the application directory name (not in any other dir name, P...
- Wed Jun 22, 2005 8:57 pm
- Forum: PSP Development
- Topic: psp-dev have released their exploit for ver. 1.5
- Replies: 126
- Views: 75818
- Wed Jun 22, 2005 4:02 pm
- Forum: PSP Development
- Topic: stating the obvious
- Replies: 24
- Views: 11388
Er, I thought every game has to be licensed and approved by Sony and submitted for review before _Sony_ go gold with the UMDs? If there is something they don't like they won't approve it for release. That's how it *usually* works, but it seems Sony doesn't have full control over what's being publis...
- Sun May 29, 2005 10:50 pm
- Forum: PSP Development
- Topic: Wo:Pure Browser Issue
- Replies: 12
- Views: 5951
I can still browse the web after downloading gammapack1 (jp psp 1.50 firmware). actually, I can now even download the gamma pack, which I couldn't do before :P As an extra bonus, after downloading the gammapack via PSP, the wipeout pure site menu got two extra blank options (between HOME and DOWNLOA...
- Sun May 29, 2005 10:36 pm
- Forum: PSP Development
- Topic: PS3 and PSP
- Replies: 31
- Views: 13716
- Sun Apr 24, 2005 9:01 pm
- Forum: PSP Development
- Topic: Web Browser in Wipeout Pure
- Replies: 95
- Views: 95582
documents.images is working, you can use that in games to create animations, moving things etc. (as seen in the PSPTetris ) When using images, it is recommended to set the height and width properties to prevent the browser from re-rendering the webpage (which is very slow on PSP). Too bad the PSP do...