now you're missing zlib. the fix is very similar.
Jim
OSK Libraries
Hurray! Thanks everybody who helped me finding a solution. Even on the third page! (especially you, J.F.)
Btw, I found out that this community is okay, so I'll drop by, now and then.
EDIT: Oh wait, this might not be solved yet (PSP Freezes on start of homebrew). Will try to fix it myself first.
EDIT2: Fixed that ^
Now I've got this, and meep returns 0:
Btw, I found out that this community is okay, so I'll drop by, now and then.
EDIT: Oh wait, this might not be solved yet (PSP Freezes on start of homebrew). Will try to fix it myself first.
EDIT2: Fixed that ^
Now I've got this, and meep returns 0:
Code: Select all
int meep;
danzeff_load();
if(danzeff_isinitialized())
{
meep = 1;
danzeff_moveTo(10, 10);
danzeff_render();
}
else
{
meep = 0;
}