For the cache problem, see the first paragraph here: http://wiki.ps2dev.org/psp:ge_faq
sceGuGetMemory() should work fine. I would address this issue instead of allocating vertex memory and clearing the cache.
Search found 376 matches
- Thu Oct 01, 2009 7:24 am
- Forum: PSP Development
- Topic: Strange pspgu behaviour
- Replies: 9
- Views: 4431
- Sun Jul 19, 2009 2:15 am
- Forum: PSP Development
- Topic: libpspvram error
- Replies: 2
- Views: 1819
- Wed Jul 15, 2009 6:54 am
- Forum: PSP Development
- Topic: [Project]Joyau: Programming in Ruby for PSP
- Replies: 37
- Views: 36859
- Wed Jul 15, 2009 1:45 am
- Forum: PSP Development
- Topic: [Project]Joyau: Programming in Ruby for PSP
- Replies: 37
- Views: 36859
Your code is littered with calls to kernel level functions. All the USB code you have is kernel level. Think I spotted a few in Kernel.cpp too. As a general rule, any functions in a *_kernel.h or *_driver.h file are kernel level. I'll take a small look at it later after work if I get 10 minutes. [ED...
- Tue Jul 14, 2009 9:45 pm
- Forum: PSP Lua Player Development
- Topic: Dynamic arrays in LUA ?
- Replies: 4
- Views: 8254
- Tue Jul 07, 2009 1:12 pm
- Forum: PSP Development
- Topic: Weird screen behavior
- Replies: 38
- Views: 21174
- Mon Jul 06, 2009 11:04 pm
- Forum: PSP Development
- Topic: better vram manager
- Replies: 4
- Views: 2327
- Wed Jun 24, 2009 8:54 am
- Forum: Patch Submissions
- Topic: [psp] [updated] libasfparser to decode asf frame
- Replies: 7
- Views: 10786
- Wed Jun 24, 2009 4:16 am
- Forum: Patch Submissions
- Topic: [psp] [updated] libasfparser to decode asf frame
- Replies: 7
- Views: 10786
- Mon Jun 15, 2009 9:47 pm
- Forum: PSP Development
- Topic: psp-addr2line question / help
- Replies: 5
- Views: 2580
- Sat Apr 11, 2009 3:13 am
- Forum: PSP Development
- Topic: expected specifier-qualifier-list
- Replies: 2
- Views: 2160
- Sun Apr 05, 2009 10:25 pm
- Forum: PSP Development
- Topic: Web browser sample source?
- Replies: 5
- Views: 3959
- Sat Apr 04, 2009 9:53 pm
- Forum: PSP Development
- Topic: PRX & Networking Libraries... Help needed.
- Replies: 4
- Views: 2786
- Sat Feb 21, 2009 11:16 pm
- Forum: PSP Development
- Topic: module self stop unload
- Replies: 4
- Views: 2972
- Fri Jan 09, 2009 9:58 am
- Forum: PSP Development
- Topic: sceMp3InitResource() returns 0x8002013A
- Replies: 12
- Views: 5751
- Sat Dec 27, 2008 10:18 am
- Forum: PSP Development
- Topic: Strange problems with built-in osk
- Replies: 8
- Views: 4192
- Thu Dec 25, 2008 5:55 am
- Forum: PSP Development
- Topic: Strange problems with built-in osk
- Replies: 8
- Views: 4192
- Sun Dec 21, 2008 10:26 pm
- Forum: PSP Development
- Topic: Freetype compilation rpoblem
- Replies: 13
- Views: 6291
- Fri Dec 12, 2008 9:30 am
- Forum: PSP Development
- Topic: Need fast font library
- Replies: 26
- Views: 11822
You could look at pgeFont, which uses TrueType fonts and is fast http://www.psp-programming.com/forums/i ... 458.0.html
intraFont is base on the code of pgeFont.
I'm unsure why you're getting such a slowdown with intraFont, unless you're doing something fundamentally wrong.
intraFont is base on the code of pgeFont.
I'm unsure why you're getting such a slowdown with intraFont, unless you're doing something fundamentally wrong.
- Fri Dec 05, 2008 4:21 am
- Forum: PSP Development
- Topic: Lninux ubuntu 8.10 and PSPToolChain (Isntalled can't run :/)
- Replies: 14
- Views: 7028
- Thu Dec 04, 2008 5:22 am
- Forum: PSP Development
- Topic: Lninux ubuntu 8.10 and PSPToolChain (Isntalled can't run :/)
- Replies: 14
- Views: 7028
- Sun Nov 30, 2008 10:00 am
- Forum: PSP Development
- Topic: need help with some guTranslate problem
- Replies: 3
- Views: 2161
- Wed Nov 26, 2008 7:21 am
- Forum: PSP Development
- Topic: compiling latest toolchain on osx, iconv problem at stage 2
- Replies: 6
- Views: 3826
- Tue Nov 25, 2008 5:38 am
- Forum: PSP Development
- Topic: compiling latest toolchain on osx, iconv problem at stage 2
- Replies: 6
- Views: 3826
When I installed libgmp and libmpfr on Leopard I had to run configure passing the path to install to, instead of the default /opt/local.
I think that was it.
Code: Select all
./configure --prefix=/usr
- Mon Nov 24, 2008 1:38 am
- Forum: PSP Development
- Topic: SDK Updated with sceMp3 stubs+headers
- Replies: 30
- Views: 23523
- Sun Nov 16, 2008 9:10 am
- Forum: PSP Development
- Topic: psptoolchain installer buffer overflow
- Replies: 4
- Views: 2684
Re: psptoolchain installer buffer overflow
Mac's come with there own version of readline. What you need to do is install readline from http://tiswww.case.edu/php/chet/readline/rltop.html and it will work fine.Archaemic wrote:Because pspsh won´t compile on a Mac due to it using some readline methods that seem to only exist on Linux or something (I forget)
- Fri Nov 14, 2008 1:04 am
- Forum: PSP Development
- Topic: Adhoc questiion
- Replies: 9
- Views: 7952
I think those functions are from PSPPet's original adhoc sample code, which is almost 3 years old. You would be better to update your SDK, I've added lots of adhoc goodies over the past months. The code from PSPPet's sample uses PDP (similar to UDP) and it is possible to send in both directions. If ...
- Thu Nov 13, 2008 11:57 pm
- Forum: PSP Development
- Topic: Need help in toolchain
- Replies: 10
- Views: 9002
- Thu Nov 13, 2008 11:55 pm
- Forum: PSP Development
- Topic: Adhoc questiion
- Replies: 9
- Views: 7952
- Wed Nov 12, 2008 2:20 pm
- Forum: PSP Development
- Topic: Need help in toolchain
- Replies: 10
- Views: 9002