| 291 | } |
| 292 | |
| 293 | static void LoadGP(int w, MovieRecord* mr) |
| 294 | { |
| 295 | if(w==0) |
| 296 | { |
| 297 | joy[0] = mr->joysticks[0]; |
| 298 | if(FSAttached) joy[2] = mr->joysticks[2]; |
| 299 | } |
| 300 | else |
| 301 | { |
| 302 | joy[1] = mr->joysticks[1]; |
| 303 | if(FSAttached) joy[3] = mr->joysticks[3]; |
| 304 | } |
| 305 | } |
| 306 | |
| 307 | |
| 308 | //basic joystick port driver |
nothing calls this directly
no outgoing calls
no test coverage detected