| 424 | static uint32 powerpadbuf[2]; |
| 425 | |
| 426 | static uint32 UpdatePPadData(int w) |
| 427 | { |
| 428 | uint32 r=0; |
| 429 | ButtConfig *ppadtsc=powerpadsc[w]; |
| 430 | int x; |
| 431 | |
| 432 | for(x=0;x<12;x++) |
| 433 | if(DTestButton(&ppadtsc[x])) r|=1<<x; |
| 434 | |
| 435 | return r; |
| 436 | } |
| 437 | |
| 438 | |
| 439 | ButtConfig virtualboysc[2][14]={ |
no test coverage detected