Keep joystick movement until rendering was performed.
[mercenary-reloaded.git] / src / libjoystick / joystick.h
1
2 uint16_t emulate_joystick_read(uint32_t address);
3 void set_joystick(int left, int right, int up, int down, int fire);
4 void reset_joystick(void);
5