29 #define RPC_NPM_USER 0x014d704e
49 static unsigned char rpc_buffer[512]
__attribute__((__aligned__(4)));
64 sceSifSetRpcQueue(&queue, pid);
66 rpc_buffer, 0, 0, &queue);
67 sceSifRpcLoop(&queue);
86 th_attr.attr = 0x02000000;
89 th_attr.stacksize = 0x800;
90 th_attr.priority = 0x4f;
92 pid = CreateThread(&th_attr);
94 printf(
"IOP: napRpc createThread failed %d\n", pid);
98 ret = StartThread(pid, 0);
100 printf(
"IOP: napRpc startThread failed %d\n", ret);