| View previous topic :: View next topic |
| Author |
Message |
jum

Joined: 06 Apr 2004 Posts: 38 Location: Cape Town
|
Posted: Wed Oct 20, 2004 6:37 am Post subject: Embedded sjpcm.irx problem |
|
|
Hi
I'm trying to embed the "independant" sjpcm irx in my EE code, and load it using SifExecModuleBuffer(...) ( ret = SifExecModuleBuffer((void *)&sjpcm_irx, 8637, 0, NULL, &m) )
Although SifExecModuleBuffer(..) succeeds (return values are 0), when I call SjPCM_Init(1), my proggie just hangs.
If I load the same irx from a file ( SifLoadModule("host:sjpcm.irx", 0, NULL) ) it works fine.
Any help appreciated.
- Jum _________________ 8 bits is all you'll ever need... |
|
| Back to top |
|
 |
Lukasz

Joined: 19 Jan 2004 Posts: 248 Location: Denmark
|
Posted: Wed Oct 20, 2004 7:21 pm Post subject: |
|
|
Did you remember to use the loadmodulebuffer patch from sbv?
If so, check out ps2link src for loading IRX's from EE memory. |
|
| Back to top |
|
 |
jum

Joined: 06 Apr 2004 Posts: 38 Location: Cape Town
|
Posted: Thu Oct 21, 2004 1:23 am Post subject: |
|
|
Thanks Lukasz - I'll check out the ps2link src. Didn't know I had to use sbv patch - I thought it was for loading and executing EE elfs from memcard.
- Jum _________________ 8 bits is all you'll ever need... |
|
| Back to top |
|
 |
|