Mercurial > repos > blastem
comparison stateview.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 | 32e95d6733a6 |
comparison
equal
deleted
inserted
replaced
1209:5ee6b6345ea9 | 1210:c95893007a83 |
---|---|
54 void handle_joyup(int joystick, int button) | 54 void handle_joyup(int joystick, int button) |
55 { | 55 { |
56 } | 56 } |
57 | 57 |
58 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value) | 58 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value) |
59 { | |
60 } | |
61 | |
62 void handle_joy_axis(int joystick, int axis, int16_t value) | |
59 { | 63 { |
60 } | 64 } |
61 | 65 |
62 void handle_joy_added(int joystick) | 66 void handle_joy_added(int joystick) |
63 { | 67 { |