comparison vgmplay.c @ 1196:74e77aec9004

Fix stateview and vgmplay targets
author Michael Pavone <pavone@retrodev.com>
date Tue, 24 Jan 2017 23:00:56 -0800
parents 22e87b739ad6
children c95893007a83
comparison
equal deleted inserted replaced
1195:b8ba086b96ed 1196:74e77aec9004
37 void handle_joyup(int joystick, int button) 37 void handle_joyup(int joystick, int button)
38 { 38 {
39 } 39 }
40 40
41 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value) 41 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value)
42 {
43 }
44
45 void handle_joy_added(int joystick)
42 { 46 {
43 } 47 }
44 48
45 void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay) 49 void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay)
46 { 50 {