HomeSort by relevance Sort by last modified time
    Searched full:jp_fires (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/joystick/mint/
SDL_sysjoystick.c 163 static Uint16 jp_fires; variable
487 curstate |= ((jp_fires>>fire_shift) & 1)<<4;
522 curstate |= (jp_fires & 3)<<30;
556 curstate |= ((jp_fires>>numpaddle) & 3)<<30;
633 jp_fires = (~(JOYPAD_IO.fires)) & 15;

Completed in 26 milliseconds