Search found 3 matches
- Fri Oct 13, 2006 7:03 pm
- Forum: PSP Development
- Topic: Problemswith sceUtilityGetNetParam....
- Replies: 2
- Views: 1060
wah...
wah, i'm an idiot...
- Fri Oct 13, 2006 3:59 pm
- Forum: PSP Development
- Topic: Problemswith sceUtilityGetNetParam....
- Replies: 2
- Views: 1060
Problemswith sceUtilityGetNetParam....
I've written this function: #define MAXNET 100 char getName(int id, char* output) { netData data; strcpy(output, "not avaiable"); int cnt; for (int i=0;i<MAXNET;i++) { if (sceUtilityCheckNetParam(i) != 0) continue; cnt++; if (cnt == id) { sceUtilityGetNetParam(i, PSP_NETPARAM_NAME, &da...
- Tue Oct 10, 2006 7:37 pm
- Forum: PSP Development
- Topic: undefined reference to 'sceGuSetMatrix'
- Replies: 1
- Views: 1073
undefined reference to 'sceGuSetMatrix'
when i want to compile my program wich is using
pspgum and pspgu in the Makefile, i get the error:
/src/gum/pspgum.c572: undefined reference to `sceGuSetMatrix´
pspgum and pspgu in the Makefile, i get the error:
/src/gum/pspgum.c572: undefined reference to `sceGuSetMatrix´