Search found 6 matches

by MiKA-
Fri Mar 31, 2006 7:34 pm
Forum: PSP Development
Topic: Load ELF files with sceKernelLoadExec
Replies: 71
Views: 38627

Some code . . . Well, more or less. As I'm just a beginner, I don't actually know how to use this code :( I've read all the Yeldarb tutorials and just borrowed a C-programming book from the library, so I don't know much about coding, yet. And because of that, I don't understand how do I define the ...
by MiKA-
Fri Mar 31, 2006 7:17 am
Forum: PSP Development
Topic: Load ELF files with sceKernelLoadExec
Replies: 71
Views: 38627

Sorry for double posting, but what should I put into my code so it would print "File doesn't exist" or something like that if the file doesn't actually exist? In my code, I'm loading ms0:/EBOOT.PBP with SceKernelLoadExec when pressing X.
by MiKA-
Tue Mar 14, 2006 7:18 am
Forum: PSP Development
Topic: Load ELF files with sceKernelLoadExec
Replies: 71
Views: 38627

Could anybody help me and tell me an answer to the question above this post, how could I load my emulators from memory stick with my own program?.
by MiKA-
Tue Mar 07, 2006 1:02 am
Forum: PSP Development
Topic: Load ELF files with sceKernelLoadExec
Replies: 71
Views: 38627

Hi, I have a little problem loading .elf's from Memory Stick, and I hope that somebody could help me. Ok, so I was going to make myself a little sample program which would load an emulator from Memory Stick. I extracted the DATA.PSP from the EBOOT.PBP of the emulator, and renamed that to EMU.ELF (Is...
by MiKA-
Sat Mar 04, 2006 12:54 pm
Forum: PSP Development
Topic: Graphic tutorials?
Replies: 3
Views: 1845

basically for things like moving text, you cannot use printf, you woulld need to use the function that Brad gives you in one of his tutorials Actually, that helped a lot, thanks! :) EDIT: if not there are plenty of animation tutorials on the web Could you give me a link to those animation tutorials...
by MiKA-
Sat Mar 04, 2006 12:14 am
Forum: PSP Development
Topic: Graphic tutorials?
Replies: 3
Views: 1845

Graphic tutorials?

Hi, I started coding to PSP near the christmas by first borrowing some C-programming books from my library, and then I read all Yealdarb's programming tutorials, so I know a little bit of coding now. But for now, I'd like to see some graphical samples, like making a bouncing ball or box to the scree...