See this thread:
http://forums.ps2dev.org/viewtopic.php?t=4421
Search found 86 matches
- Thu Jan 31, 2008 1:02 pm
- Forum: PSP Development
- Topic: Reading the depthbuffer - Problem with format?
- Replies: 6
- Views: 4813
- Thu Jan 24, 2008 10:50 am
- Forum: PSP Development
- Topic: GPGPU on PSP
- Replies: 23
- Views: 9250
Again, i must repeat myself: even without pipeline programmability one could still use blending features to sum/subtract/multiply/divide huge matrices (as big as a texture can be) It's not really general purpose, but it can often help. So you already know the answer then! If all you need is the sim...
- Wed Jan 23, 2008 3:26 pm
- Forum: PSP Development
- Topic: GPGPU on PSP
- Replies: 23
- Views: 9250
- Wed Nov 21, 2007 1:19 pm
- Forum: PSP Development
- Topic: genuine PSP font with intraFont & PGF binary format
- Replies: 51
- Views: 38747
thanks for answer, but I think that writer homebrew can not use native OSK for writing..... because it would be too many characters that must be put into osk textbox I think, correct me if i am wrong.... You can set the maximum length of the input, however, you don't need to let the user input the ...
- Wed Oct 31, 2007 5:23 pm
- Forum: PSP Development
- Topic: Not sure what to do
- Replies: 2
- Views: 1574
- Mon Oct 29, 2007 3:29 am
- Forum: PSP Development
- Topic: Weird rendering problem: render 2 times at 1/4 size
- Replies: 3
- Views: 4346
- Mon Oct 22, 2007 1:34 am
- Forum: PSP Development
- Topic: GCJ: How To?
- Replies: 6
- Views: 3231
- Fri Oct 12, 2007 1:21 am
- Forum: PSP Development
- Topic: Got The code... Cant compile it!
- Replies: 12
- Views: 8427
- Sun Sep 30, 2007 2:02 pm
- Forum: PSP Development
- Topic: Found a bug in the GU samples
- Replies: 0
- Views: 1085
Found a bug in the GU samples
...stemming from the confusion of which loop index belongs to which kind of subdivision when generating vertices for a torus mesh. In psp/sdk/samples/gu/common/geometry.c, lines 14 and 15 are float s = i + 0.5f; float t = j; but i and j should be switched to float s = j + 0.5f; float t = i; plus the...
- Tue Sep 25, 2007 11:09 am
- Forum: PSP Development
- Topic: Is there an introduction on how ELF, PRX, Kernel etc. works?
- Replies: 12
- Views: 5748
Thanks, but I was thinking more PSP-specific information. No, you figure it out using your more general knowledge and looking at available code. This is DEVELOPER level stuff - it you can't learn from hex dumps, you're not ready for it yet. :) Programming the PSP isn't Visual Basic. I don't know wh...
- Sat Aug 18, 2007 4:40 pm
- Forum: PSP Development
- Topic: Suicide Barbie demo [Final version]
- Replies: 16
- Views: 12519
- Wed Aug 15, 2007 2:18 am
- Forum: PSP Development
- Topic: dotOS yearly progression
- Replies: 120
- Views: 98010
- Tue Aug 14, 2007 10:29 am
- Forum: PSP Development
- Topic: dotOS yearly progression
- Replies: 120
- Views: 98010
- Mon Aug 06, 2007 10:59 pm
- Forum: PSP Development
- Topic: PSPGU Lightmapping ?
- Replies: 21
- Views: 6867
- Thu Aug 02, 2007 10:04 am
- Forum: PSP Development
- Topic: now,we can use libaudiocodec to decode mp3 and aac
- Replies: 36
- Views: 59167
Re: bad forms
DookFook with bad forms you don't go anywhere... "badass" ?, if other people didn't have the problem you must think the problem is in our makefile, includes,or libraries in pspsdk or something that we don't see. Please, someone that help us and show us the way to make this thing work.than...
- Tue Jul 31, 2007 7:53 pm
- Forum: PSP Development
- Topic: How to make psp display transparent?
- Replies: 3
- Views: 2177
- Tue Jul 31, 2007 1:41 pm
- Forum: PSP Development
- Topic: How to make psp display transparent?
- Replies: 3
- Views: 2177
- Sat Jul 28, 2007 1:28 am
- Forum: The Incredible Hall Of Shame
- Topic: 3.52 to 1.5
- Replies: 3
- Views: 12335
- Mon Jul 09, 2007 3:35 pm
- Forum: PSP Development
- Topic: Getting ta-082 unstuck.
- Replies: 3
- Views: 2562
The creator of the KeyCleaner app did this on purpose in order to not allow people to go back to official firmware. The key that is need for homebrew is Key 0x0005 and that is the key that ChillyWilly’s Keycleaner app leaves corrupted. Haha, I'm pretty sure this is not true. That key needs to stay ...
- Sun Jul 08, 2007 12:58 am
- Forum: PSP Development
- Topic: Problem puzzle me. Reading Tga file and caculate data size..
- Replies: 10
- Views: 4365
- Fri Jul 06, 2007 4:49 pm
- Forum: PSP Development
- Topic: Usual makefile
- Replies: 5
- Views: 2674
- Thu Jul 05, 2007 2:24 pm
- Forum: PSP Development
- Topic: Trying to get Started
- Replies: 11
- Views: 4648
If you're new to programming, I suggest you start on the PC. It's orders of magnitude easier to deal with an easily debuggable environment that doesn't crash horribly if you do something wrong. Once you're comfortable enough with programming in general, it makes sense to move on to embedded/handheld...
- Tue Jul 03, 2007 10:45 pm
- Forum: PSP Development
- Topic: strange problem with vector declaration
- Replies: 4
- Views: 2096
- Mon Jun 11, 2007 5:42 pm
- Forum: PSP Development
- Topic: Can't seem to draw lines :S
- Replies: 24
- Views: 10193
- Sat Jun 09, 2007 7:47 pm
- Forum: PSP Development
- Topic: Can't seem to draw lines :S
- Replies: 24
- Views: 10193
its Engine2D::Render2DLineOn3D(***); not engine2d->Render2DLineOn3D(**); as its a class member function and not a STRUCT pointer member function um, no. if that were the case, the code wouldn't even compile. presumably, engine2d points to an Engine2D instance so using -> is fine. edit: this time li...
- Mon May 28, 2007 7:45 pm
- Forum: PSP Development
- Topic: The new-style psptoolchain script.
- Replies: 58
- Views: 27248
- Thu May 24, 2007 7:22 pm
- Forum: PSP Development
- Topic: LIBPNG / LIBTTF Exploits?
- Replies: 8
- Views: 3188
- Thu May 17, 2007 7:18 pm
- Forum: PSP Development
- Topic: 2d camera?
- Replies: 7
- Views: 3538
- Thu May 10, 2007 1:27 am
- Forum: PSP Development
- Topic: i've got an issue installing psptoolchain on opensuse...
- Replies: 10
- Views: 5459
- Wed May 09, 2007 1:47 pm
- Forum: PSP Development
- Topic: i've got an issue installing psptoolchain on opensuse...
- Replies: 10
- Views: 5459