|
Basic PS2 Coding..
Alright, well, I got my PS2SDK up and running properly, and I am trying to do some coding..
I am having a little bit of trouble with booting an .elf file via code..
I have made several attempts at making it work, but I can't seem to figure out what sort of input it expects.
I am currently trying to use loader.c, and pkoLoadElf, which I thought would work like this..
pkoLoadElf("Mass:/Folder/Elf.elf")
pkoLoadElf("Mass0:/Folder/Elf.elf")
etc,..
But thats not working.. I tried variations of that input, but rather than guessing at what sort of input it requires, I figured I would just ask.
Any help would be appreciated.
|