comparison spe/chara_state27.cc @ 60:cfd42ee2ad28

change makefile, spe/task. adjust scale api. worked on ps3-ppe.
author yutaka@localhost.localdomain
date Sun, 06 Feb 2011 17:16:43 +0900
parents f4140672ef9f
children
comparison
equal deleted inserted replaced
59:cd05eee90279 60:cfd42ee2ad28
69 { 69 {
70 p->dt2 = 0; 70 p->dt2 = 0;
71 rinkf1 = 0; 71 rinkf1 = 0;
72 rinkx = 0; 72 rinkx = 0;
73 73
74 p->task = STATE25; 74 p->state_task = STATE25;
75 *q = *p; 75 *q = *p;
76 *w_count = count; 76 *w_count = count;
77 *w_rinkx = rinkx; 77 *w_rinkx = rinkx;
78 *w_rinkf1 = rinkf1; 78 *w_rinkf1 = rinkf1;
79 return 0; 79 return 0;