Search found 7 matches

by SiW
Fri Aug 21, 2009 3:51 pm
Forum: PS3 Linux Development
Topic: Bootable sdlmame - beta version (update 20090917)
Replies: 27
Views: 16267

Does the game list just show a random selection or can it be configured to show only the games you have valid ROM sets for? It's pretty much impossible to manage without a keyboard right now if it's a random selection.
by SiW
Sat Jul 22, 2006 5:06 am
Forum: PSP Development
Topic: libmikmod or mikmodlib?
Replies: 1
Views: 998

libmikmod or mikmodlib?

Which is the advisable option, libmikmod or mikmodlib? Is one more stable than the other? Faster?

And in addition, is there any advantage of working directly with either library instead of going through SDL_mixer?
by SiW
Sat Jul 15, 2006 3:59 pm
Forum: PSP Development
Topic: [Interested?] OldSchool Library
Replies: 249
Views: 136042

How would I have an image scroll itself? I tried increasing offsetX0 and offsetX1, which works, but has a seam when it repeats. Any ideas?

Also, is there a complete example of drawing to an image? I tried the code snippet from the docs but that only worked in the PC test harness, not on the PSP.
by SiW
Thu Jul 13, 2006 4:42 am
Forum: PSP Development
Topic: PSPGL CPP in jsgf version
Replies: 11
Views: 6311

Bringing this back up just for reference. Thanks for posting the code, Thanhda. To build properly with the current version of PSPSDK, you need to link with pspvfpu also. So the line in the Makefile becomes: PSPGL_LFLAGS = -lglut -lGLU -lGL -lstdc++ -lm -lc -lpsputility -lpspdebug -lpspge -lpspdispla...
by SiW
Fri Jan 20, 2006 6:45 am
Forum: PSP Development
Topic: PSPgl
Replies: 20
Views: 6781

I just got rid of the umount. I've yet to get any memory stick corruption, but YMMV ;)
by SiW
Thu Jan 12, 2006 4:32 pm
Forum: PSP Development
Topic: Error Installing psptoolchain...
Replies: 14
Views: 5208

The Operator wrote:I also tried running it with ./toolchain.sh -p to install just the psp sdk becuase that is where it is saying it is getting the error.
I had this until I redownloaded the toolchain and reinstalled - just doing ./toolchain.sh -p was not enough.
by SiW
Wed Aug 10, 2005 2:36 am
Forum: General Discussion
Topic: Thank you
Replies: 1
Views: 1694

Thank you

I just want to say thanks to everyone involved in making this SDK possible. We take so much for granted with computers and development these days, and I think it's important to remember the people that put time and effort into providing these tools that make it incredibly easy to get started with de...