MCPcopy Create free account
hub / github.com/dborth/fceugx / LoadGP

Function LoadGP

source/fceultra/input.cpp:293–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293static 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected