comparison spe/chara_state26.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
38 if(p->dt2 == 401) 38 if(p->dt2 == 401)
39 { 39 {
40 p->dt2 = 0; 40 p->dt2 = 0;
41 *rinkf1 = 0; 41 *rinkf1 = 0;
42 42
43 p->task = STATE25; 43 p->state_task = STATE25;
44 *q = *p; 44 *q = *p;
45 return 0; 45 return 0;
46 } 46 }
47 p->dt2++; 47 p->dt2++;
48 *q = *p; 48 *q = *p;