comparison vgmplay.c @ 1210:c95893007a83

Fix vgmplay and stateview targets
author Michael Pavone <pavone@retrodev.com>
date Sat, 28 Jan 2017 23:50:15 -0800
parents 74e77aec9004
children 57637d17b59e
comparison
equal deleted inserted replaced
1209:5ee6b6345ea9 1210:c95893007a83
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_axis(int joystick, int axis, int16_t value)
42 { 46 {
43 } 47 }
44 48
45 void handle_joy_added(int joystick) 49 void handle_joy_added(int joystick)
46 { 50 {